Hi I am trying to create a countif formula with multiple criteria . Heres what I am trying to do
Countif Column1 = 1 and column 2 = N/A or Received at home
I tried this formula but assume it is a check And for all 3 conditions as I get a value of 0
=COUNTIFS([Campus Id #]:[Campus Id #], =1, [ASA Not Given in ERSquad]:[ASA Not Given in ERSquad], "N/A", [ASA Not Given in ERSquad]:[ASA Not Given in ERSquad], ="RECEIVED AT HOME")
I also tried this but does not work either
=COUNTIF([Campus Id #]:[Campus Id #], =1)+COUNTIF([ASA Not Given in ERSquad]:[ASA Not Given in ERSquad], "N/A") + COUNTIF([ASA Not Given in ERSquad]:[ASA Not Given in ERSquad], ="RECEIVED AT HOME")
Any help is appreciated