Value count in multi-select column
Does anyone know if on a multi-select column there's a way to count if I only have a single value selected.
For example, Based on the data in the "Platform" snapshot, I want to get the counts for second snapshot. Where I'm having the challenge is returning a value for the cells with single value selected that it's not also counting that same value when part of a multi-selection.
Best Answers
-
Hey @Doris Rivera
If I understand your request, you're trying to count when only one response is in your multi-select column?
If this is correct, you can leverage the COUNTM() function to find those cells. COUNTM() counts the total number of responses in a multiselect column.
Try this
=COUNTIFS(Platform:Platform, HAS(@cell, "Desktop Web"), Platform:Platform, COUNTM(@cell) = 1)
Will that work for you?
Kelly
-
Thank you @Kelly Moore , this is exactly what I needed! :)
Answers
-
Hey @Doris Rivera
If I understand your request, you're trying to count when only one response is in your multi-select column?
If this is correct, you can leverage the COUNTM() function to find those cells. COUNTM() counts the total number of responses in a multiselect column.
Try this
=COUNTIFS(Platform:Platform, HAS(@cell, "Desktop Web"), Platform:Platform, COUNTM(@cell) = 1)
Will that work for you?
Kelly
-
Thank you @Kelly Moore , this is exactly what I needed! :)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!