Forum Discussion

MontyKnoll's avatar
MontyKnoll
Copper Contributor
May 03, 2023

COUNTIF formula to exclusively count when all criterias are listed.

Hi there. I've been trying to create a formula where it counts the amount of times a row contains ALL the criteria i have set out, and not just count when at least 1 of the criteria is counted.    ...
  • Riny_van_Eekelen's avatar
    May 03, 2023

    MontyKnoll Try this:

    =SUM(COUNTIFS(C2:C26,"Group",B2:B26,{"Cold","Room Temp"}))

     

    or use a pivot table.

Resources