Count the number of rows where a column (multi select dropdown) has more than one value
Hello
I would like to count the number of rows where Attendee Role which is a multi select dropdown has more than one item selected regardless of the item.
Countif({Attendee Role},"*,*") Returns 0
CountM({Attendee Role},"*,*") returns 187 which is the number of rows with 2 selections x 2 counting each selection once (I only have a total of 177 rows so I know this is wrong). I just want to count the rows once.
Best Answer
-
Hi @latheobald89201,
This should work:
=COUNTIF({Attendee Role}, COUNTM(@cell) >= 2)
Hope this helps, but if you have any problems then post what they are! 😊
Answers
-
Hi @latheobald89201,
This should work:
=COUNTIF({Attendee Role}, COUNTM(@cell) >= 2)
Hope this helps, but if you have any problems then post what they are! 😊
-
Thank you so much @Nick Korna! Your answer helped me solve a related formula issue I was struggling to find an answer for.
-
No problem @meb_0101; it's always good when an answer helps out someone else as well as the person asking the original question! 😃
-
Thank you
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!