Count multi select dropdown
Hi there, could anyone assist with a formula that would count a multi select dropdown and show all selections? I was using below but it seems like its only counting top option even though say 3 options may be checked, I would like the total to be in each category? Thanks!
=COUNTIF({Sheet - Sales Pipeline Range 5}, Labels@row)
Best Answer
-
Try something like this:
=COUNTIF({Sheet - Sales Pipeline Range 5}, CONTAINS(Labels@row, @cell))
Answers
-
Try something like this:
=COUNTIF({Sheet - Sales Pipeline Range 5}, CONTAINS(Labels@row, @cell))
-
yup, perfect! Thanks so much
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.6K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 63 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!