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
- 67.9K Get Help
- 474 Global Discussions
- 208 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 84 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!