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!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!