I am using these three countifs formulas referencing multiple columns in another sheet and it is returning with the incorrect results. What I am doing wrong?
=COUNTIFS({TE Team}, "PME", {Status}, "Active", {Health}, "Green")
=COUNTIFS({TE Team}, "PME", {Status}, "Active", {Health}, "Yellow")
=COUNTIFS({TE Team}, "PME", {Status}, "Active", {Health}, "Red")
I think the problem is because the TE Team Column has multiple values. So if the team has PME and PI, for example, it doesn't count that. Do I need to add the multiple combinations to the formula?