Count two different combinations of criteria.
This formula works for one combination of "HWMP" + "Notice Package Approval"
=COUNTIFS({Regulations Development Range 5}, CONTAINS("Notice Package Approval", @cell), {Regulations Development Range 3}, "HWMP")
I'm trying to expand it to count two combinations:
"HWMP" + "Notice Package Approval"
"HWMP" + "Pre-Comment Period Review"
I've tried adding an OR formula, such as CONTAINS(OR(("Notice Package Approval", @cell),("Pre-Comment Period Review", @cell)), but it's unparsable.
Best Answer
-
Try this...
=COUNTIFS({Regulations Development Range 5}, OR(CONTAINS("Notice Package Approval", @cell), CONTAINS("Pre-Comment Period Review", @cell)), {Regulations Development Range 3}, "HWMP")
Answers
-
Try this...
=COUNTIFS({Regulations Development Range 5}, OR(CONTAINS("Notice Package Approval", @cell), CONTAINS("Pre-Comment Period Review", @cell)), {Regulations Development Range 3}, "HWMP")
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!