OR condition within range-criterion of COUNTIFS
I want to get the count, where Workstreams columns is one of "Overarching", "Others","Cross-Topics" and status is "active", DEEP - DIVE:slid 1 Users is "int", DEEP - DIVE:slid 1 -Biz/Tech is "Business" and DEEP - DIVE:slid 1 FTE is "hired" . I am getting stuck with the first condition, of using OR in the first range-criterion.
=COUNTIFS({Workstreams}, "Overarching", {DEEP - DIVE:slid 1 -Status}, "active", {DEEP - DIVE:slid 1 Users}, "int", {DEEP - DIVE:slid 1 -Biz/Tech}, "Business", {DEEP - DIVE:slid 1 FTE}, "4. Int (hired)")
Please find the screenshot
Thanks,
Tanya.
Best Answer
-
I would add a helper column with a checkbox, a put an OR formula in there
OR(this, that, the other)
Then just use CHECKBOX,TRUE in your COUNTIFS.
Answers
-
I would add a helper column with a checkbox, a put an OR formula in there
OR(this, that, the other)
Then just use CHECKBOX,TRUE in your COUNTIFS.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 146 Just for fun
- 63 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!