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
- 63K Get Help
- 380 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 305 Events
- 34 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!