CountIFS Multiple Criteria including Checkbox "Checked"
Trying to count if column 1 contains a Checked Checkbox and another column on the same row contains a specific value?
Recieving an Unparsable error...
=COUNTIFS({Mandatory Delivery}, =1), {Current Project Phase}, CONTAINS("1 - Engage", @cell))
any ideas?
Best Answer
-
Hey @Jimthegem
The unparseable comes from closing the COUNTIFS function too soon. All of the criteria you listed is part of the same COUNTIFS query.
=COUNTIFS({Mandatory Delivery}, =1, {Current Project Phase}, CONTAINS("1 - Engage", @cell))
cheers,
Kelly
Answers
-
Hey @Jimthegem
The unparseable comes from closing the COUNTIFS function too soon. All of the criteria you listed is part of the same COUNTIFS query.
=COUNTIFS({Mandatory Delivery}, =1, {Current Project Phase}, CONTAINS("1 - Engage", @cell))
cheers,
Kelly
-
Thanks Kelly! You are a star.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.2K Get Help
- 360 Global Discussions
- 199 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 444 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!