Forum Discussion

kselinko's avatar
kselinko
Copper Contributor
Nov 03, 2020
Solved

COUNTIFS function help needed

Hello - I am trying to use COUNTIFS but it is not working when I add the second condition, despite being able to visually confirm there are cells that meet both conditions I've identified.  In the a...
  • HansVogelaar's avatar
    Nov 03, 2020

    kselinko 

    All Criteria ranges of COUNTIFS must have the same size and shape. But A:F contains 6 columns while A:M contains 13 columns. Use this instead:

     

    =COUNTIFS(Data!F:F,A2,Data!M:M,1)

Resources