I cannot figure out how to create this formula to get the metrics. I can get each individual dept metric correct using =IFERROR(COUNTIFS({(Phoenix) Project Tracker - Aerial Status}, AND(@cell <> "No", @cell <> "Complete"), {(Phoenix) Project Tracker - Status column}, AND(@cell = "Complete"), {(Phoenix) Project Tracker - County}, AND(@cell = "Hills"), {(Phoenix) Project Tracker - Inv Status}, AND(@cell = "")), "")
HOWEVER I need all depts as 1 metric for a corporate overview. I've created the report and the filters are in the attachment; I just can't seem to translate to code properly :(