How to do lookup for multi select dropdown cell to return results for all selected items in cell?
Hi I'm trying to do a lookup or index/match or whatever that can search all values in a dropdown list cell with multiple values and return multiple values.
Sheet 1 screenshot (yellow highlight is where I want formula to be):
Sheet 2 screenshot (contains table of lookup values):
I'm trying formula from this question from before: https://community.smartsheet.com/discussion/comment/346853#Comment_346853
But I'm not getting it to work and get #UNPARSEABLE error
=JOIN(DISTINCT(COLLECT({DocumentName}, {RowID}, CONTAINS(@cell, GroupedList@row ))), SUBSTITUTE($LineBreak$1, "-", ""))
Answers
-
Hi @Xlookup,
Give this a try.
=JOIN((COLLECT({DocumentName}, {RowID}, CONTAINS(@cell, GroupedList@row))), CHAR(10))
Hope this helps,
Dave
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 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