Count criteria in multi-select dropdown
Is there an edit (or alternate formula) to the 'COUNTIFS' formula I'm using to count all instances of a particular criteria whether or not its included in a dropdown list on its own or listed among other criteria?
As an example, the formula currently show is only counting instances of "SRC" when it's the only criteria in the cell, and not counting it when it's listed with other criteria (e.g. ALA, Germany, etc.). I need the formula to count all cells with "SRC" in the column whether or not it's listed alone or with others. I hope that makes sense. Thanks for the help!
Best Answer
-
Hi @Shane Sorensen ,
Try:
=COUNTIF([business vertical]11:[business vertical]118, HAS(@cell, "SRC"))
The HAS function looks into multi-item cells and returns true if it finds a match.
Work for you?
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
Answers
-
Hi @Shane Sorensen ,
Try:
=COUNTIF([business vertical]11:[business vertical]118, HAS(@cell, "SRC"))
The HAS function looks into multi-item cells and returns true if it finds a match.
Work for you?
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
-
Thank you @Mark Cronk, this perfectly worked!
Shane
-
Happy to help. Thank to for using the Community.
Be Well,
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!