How to count the # of multi selected items from a drop down selection?
I have a column that has 5 selections from a drop down, and allows for multi-selection. Is there a way to count the number of times 1 selection was made, 2 selections were made, 3 selections were made etc.?
I tried using CountM, but I was not able to get the formula to produce the expected results, if any. Any idea on how to do this?
Answers
-
Hello @Jason Fruhschien , can you explain? You can do, =COUNTM([multi-selection column]@row) as your formula and it should populate. A screenshot would help in assisting with what you want to do.
-
=IF(CONTAINS(result 1, dropdown column@row),1,0)+IF(CONTAINS(result 2, dropdown column@row),1,0)+....
Adds one for each matching result for a total of options selected in the cell.
If you want a more complicated version, see the following link:
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!