Not sure what I am doing wrong with what seems like a basic formula...
I have a sheet which contains a list of projects - project owner, status etc. I am trying to create a separate summary sheet/table that consolidates the total number of projects for each PM, and subsequent columns the status of each project. I am using COUNTIF referencing the project sheet, the "At Risk" column is below:
=COUNTIFS({Capital Work In Progress Range 3}, [Project Owner]@row, [{Capital Work In Progress Range 3},"At Risk"]) etc.
What am I doing wrong?