Calculating CountIfs using multiple criteria in the same column.
Looking to get help with this calculation. Currently trying to calculate Active Projects by Size using the below formula, referencing our Project Intake sheet (external sheet reference) that is our source of truth.
In the formula below, I am looking to get the CountIfs formula to count how many rows have "Analysis: Approved - Active" and "Project: Approved - Active" listed in our "Intake Status" column.
I can get it to calculate for either "Label$10" or "Label$11" but not both in the same row. I have tried using CountIFS with OR but still am not getting the numbers needed
Formula: =COUNTIFS({Project Size}, Label@row, {ProjectProgram}, "Project", {Intake Status}, Label$10, {Intake Status}, Label$11))
Error being thrown is #UNPARSEABLE
Answers
-
Found my own solve --
=COUNTIFS({Project Size}, Label@row, {Intake Status}, Label$9, {ProjectProgram}, "Project") + COUNTIFS({Project Size}, Label@row, {Intake Status}, Label$11, {ProjectProgram}, "Project")
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!