Hi,
I am struggling with a COUNTIFS formula. This is my metrics sheet where I am entering the formula. I am trying to calculate the total number of each Job Role with a Risk Status of "Active" or "Active - At Risk" or "Vacant" from another sheet. The job roles are in a column called "Role". I have tried a bunch of formulas but can't get the calc to work.
My two recent are below neither of which are working
=COUNTIFS({Role}, "Admin - PCSC", [{Risk Status}, "Active"])
=COUNTIFS({Role}:{Role}, "Admin - PMAA", [{Risk Status}@row, "Active"])
Any suggestions? Thanks in advance!