I have two columns, I want to be able to count entries where column 1 is equal to A, and column 2 is equal to B. Right now I’m using the below formula.
=COUNTIFS(Raw.$F$2:$F$169,$B3,Raw.$I$2:$I$169,C$2)
However, when I add up all the answers this generates, it is greater than the number of rows in the Raw data.
It seems that countifs counts for IF Criteria A, OR Criteria B. Is there anyway of changing it so it counts for IF(Criteria A) & IF(Criteria B)?