I am trying to use the countifs function to get a result. In my case there are multiple expressions that I want in a single criteria range. However, when I create the second expression the count goes to zero.
EX: COUNTIFS(M1:M75, "C") yields count of 17
COUNTIFS (M1:M75, "C", M1:M75, "A") yields count 0
Is there a rule that you can not count multiples against the same criteria range?
Bookmarks