Filters for Multi-Select Drop Down Column

I have a column in my sheet that allows multi-select in a drop down. I want to create a filter that will show me all the rows that have multiple values selected in that column, how can I create a filter for that?
Best Answer
-
You would need a helper column on the sheet to output how many selections were made on each row.
=COUNTM([Dropdown Column Name]@row)
Then you would filter based on this helper column being greater than one.
Answers
-
When you say "multiple", do you just mean any row with more than one, any row with at least one of a certain selection, any row that has all of the specified selections, or any row that has exactly the specified selections?
-
I mean just any row with more than one, nothing specific.
-
You would need a helper column on the sheet to output how many selections were made on each row.
=COUNTM([Dropdown Column Name]@row)
Then you would filter based on this helper column being greater than one.
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.2K Get Help
- 462 Global Discussions
- 156 Industry Talk
- 506 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 517 Show & Tell
- 35 Member Spotlight
- 3 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives