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
- 64.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 145 Just for fun
- 62 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives