COUNTIFS Formula with multiple criteria including a checkbox
Hello,
I tried multiple formulas and can't seem to figure out to do a count that includes a report code (e.g., OWCA1) and a checkbox. Here is what I have so far:
=COUNTIFS({UHG Risk Control Matrix Range 2}, CONTAINS("OWCA1", @cell), {UHG Risk Control Matrix Range 1}, CONTAINS("1", @cell))
Thank you for any help!!
Best Answers
-
To count the checkbox you wouldn't use "CONTAINS" you would just use 1.
So it should be
=COUNTIFS({UHG Risk Control Matrix Range 2}, CONTAINS("OWCA1", @cell), {UHG Risk Control Matrix Range 1}, 1)
*Assuming the {UHG Risk Control Matrix Range 1} is the checkbox column*
-
Michael,
Thank you so much!! It worked perfectly.
Also, thank you for the quick reply as well!
Answers
-
To count the checkbox you wouldn't use "CONTAINS" you would just use 1.
So it should be
=COUNTIFS({UHG Risk Control Matrix Range 2}, CONTAINS("OWCA1", @cell), {UHG Risk Control Matrix Range 1}, 1)
*Assuming the {UHG Risk Control Matrix Range 1} is the checkbox column*
-
Michael,
Thank you so much!! It worked perfectly.
Also, thank you for the quick reply as well!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.4K Get Help
- 424 Global Discussions
- 221 Industry Talk
- 464 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 144 Just for fun
- 61 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!