COUNTIF
I am trying to COUNTIF range 1 is yes then range 2 meets any of 3 criteria.
A single criteria works =COUNTIFS([Current Status]:[Current Status], "Active", [Milestone/Deliverable Name]:[Milestone/Deliverable Name], "Parent Project")
I need to add two additional criteria for the same second range. I want it to also count if Milestone/Deliverable Name is "Hourly Project" and "Monthly" for a total of three criteria in the second range.
Thank you!
Best Answers
-
Your criteria for that range would change to an OR Statement.
OR(@cell = "1st Option", @cell = "2nd Option", @cell = "3rd Option")
-
You need the opening and closing parenthesis as well as the "@cell" references.
Basically… Copy what I put in my last comment, paste it into the formula in the appropriate criteria section, then adjust each "Option" text to fit what you need.
Answers
-
Your criteria for that range would change to an OR Statement.
OR(@cell = "1st Option", @cell = "2nd Option", @cell = "3rd Option")
-
Can you explain that as if I was a first grader? 😕
I tried this:
=COUNTIFS([Current Status]:[Current Status], "Active", [Milestone/Deliverable Name]:[Milestone/Deliverable Name], OR "Parent Project", "Hourly Project", "Monthly") and I got unparseable.
-
You need the opening and closing parenthesis as well as the "@cell" references.
Basically… Copy what I put in my last comment, paste it into the formula in the appropriate criteria section, then adjust each "Option" text to fit what you need.
-
Thank you! that worked!
-
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!