Quote Originally Posted by JBeaucaire View Post
You should be using COUNTIFS() for this.... (not CountIf, COUNTIFS).

=COUNTIFS(A:A, "Y", B:B, ">20")

....etc.
Ah, beautiful. Thanks for this! Repped and marked as solved