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
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!