Hello All,
I hope you are all doing well.
I'm trying to use the Countifs formula by referencing our Portfolio Project sheet. I'm using five columns. One column is the project status which I am limiting to those projects with a status of "In Progress" (Range 1). The other four columns are columns that I titled, Project Component 1, Project Component 2,...Project Component 4 (range 2). The project component columns are drop downs and the values for selection are the same across all the columns. As a PM, I can select Value A in any of the columns.
This is my formula
=countifs({Portfolio Project sheet range 1}, "In Progress", {Portfolio Project sheet range 2}, "Value A")
range 2 is the range of the four project component columns.
Smartsheet is coming back with #Incorrect Argument Set
As a test, I created the following formula, =countif({Portfolio Project sheet range 2}, "Value A". This brought back a number of how many times "Value A" was selected across the four columns.
When I add the other criteria of "In Progress" and change to countifs, it comes back with the error above.
It would seem that I would be able to get the information I am requesting since it's able to count using the countif formula and specifying the four columns.
Thanks in advance.