I’m trying to get a count based on 3 different conditions. The formula that I have so is
=countifs($[it track]$2:$status$500, “01. Reporting”, $[it track]$2:$status$500, “ Tier 1”, $[it track]$2:$status$500, “Green”)
If all 3 conditions are met than a count is added. But its not working what am i missing?
Thanks