COUNTIFS Formula Question

Hello,
I am trying to count items that meet specific criteria but can't seem to come up with the right formula. I only want to count the cells in the Division column that contain Human Resources and have a status in the project stage column of "In Progress", "Intake", Prioritized", and "Under Review". This is what I have, but keep getting Unparseable:
=COUNTIFS(Division:Division, "Human Resources", [Project Stage]:[Project Stage] "In Progress", [Project Stage]:[Project Stage], "Intake", [Project Stage]:[Project Stage], "Prioritized", [Project Stage]:[Project Stage], "Under Review")
Thanks in advance!
Best Answer
-
You will want to incorporate an OR function with @cell references like so...
=COUNTIFS(Division:Division, "Human Resources", [Project Stage]:[Project Stage], OR(@cell = "In Progress", @cell = "Intake", @cell = "Prioritized", @cell = "Under Review"))
Answers
-
You will want to incorporate an OR function with @cell references like so...
=COUNTIFS(Division:Division, "Human Resources", [Project Stage]:[Project Stage], OR(@cell = "In Progress", @cell = "Intake", @cell = "Prioritized", @cell = "Under Review"))
-
Worked like a charm!! Thank you so very much!
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!