Hi all,
Trying to get a CountIFS statement to count when a column contains the values "UE" where another column contains a certain animal type. In the example below, the value should be 2, not 0. What am I missing or am I trying to combine the wrong types of formulas?
Thank you in advance!
Current formula: =COUNTIFS([Study Number]:[Study Number], CONTAINS("*UE*", @cell ), Species:Species, ="Rat")