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
- Smartsheet Customer Resources
- 64.4K Get Help
- 424 Global Discussions
- 221 Industry Talk
- 463 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 144 Just for fun
- 59 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!