Hi guys,
I have a question regarding the COUNTIFS formula. The following is my problem.
I would like to count the projects, which have the project status "In Progress". For each of my 10 projects, I have a separat folder with the same sheets in it. In every sheet "10_Project Metadata" I have linked the project status (Not Started, In Progress, Completed, On Hold) for the appropriate project.
Now I would like to count in a "Summary Sheet" the amounts of the different project status. Therefore I have set up the following formula:
=COUNTIFS({10_Project Metadata Range 10}, @cell = "In Progress", {10_Project Metadata Range 11}, @cell = "Not Started", {10_Project Metadata Range 12}, @cell = "In Progress")
The result is 1, but it should be 2 because the three "10_Project_Metadata - Sheets" from Test Project 1, Test Project 2 and Test Project 3 contain 2 cells with the projects status "In Progress".
Does anybody know how to solve my problem? :) In the end, I would like to link every total value (Total projects, ...) in my dashboard. It should be displayed separately with the help of the function "metric". Maybe there is another smoother way to gather the information for it?
Looking forward to hearing from you!! :)
Best regards
Torsten