I am trying to count how many times a word is picked in multi dropdown menu
So i have a single column with a multi drop down box. The reason for this is to select multiple options in certain circumstances. When i use =COUNTIF(Classification:Classification, "text") it will count if only one option is picked but once more than one of the selections is picked it will only count 1 of the 2.
when i use =contains it comes back as not possible.
for example ;
if i have multiple names down one row and in the next a multiselect dropbox of favourite colours and people can choose more than one, what formula will allow me to pick every time red is picked in that column ?
TIA
Best Answer
-
Hey @Caolan Kelly,
You should be able to use =countif([Classification]:[Classification], contains("red", @cell))
Let me know if that works, if not we can always try a different solution :)
Answers
-
Hey @Caolan Kelly,
You should be able to use =countif([Classification]:[Classification], contains("red", @cell))
Let me know if that works, if not we can always try a different solution :)
-
Thank you so much for the help, i had tried this so many times but when i copied yours in it seems to work.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.4K Get Help
- 364 Global Discussions
- 200 Industry Talk
- 430 Announcements
- 4.4K Ideas & Feature Requests
- 137 Brandfolder
- 129 Just for fun
- 128 Community Job Board
- 446 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 284 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!