Related Posts
The Bowl is oddly silent
Additional Posts in Excel Genius
Would anyone be willing to teach me vlookup?
Still don't have xlookup. #fomo
New to Fishbowl?
Download the Fishbowl app to
unlock all discussions on Fishbowl.
unlock all discussions on Fishbowl.






So you want to count the records that have both a yes in C: column and a non-empty in F: ? The quickest way for me (there is probably a more elegant solution) is to set another column equal to 1 when isblank(F:…) is false and 0 when true, and then countifS the C column for yes and the new column derived from Isblank(F:…) for 1. Makes sense?
This is a great solution, simple and effective. I agree with OP, it's easy to spend way too much time trying to make something more complicated than it needs to be when there is a simple answer like this that takes 2 seconds.