Index Match Function with Multi Select Dropdown
Hello,
I'm looking to create a formula that will look at a multi select dropdown and use that to match to a reference table on another sheet and give back a value for each item selected.
This is a copy of the reference table I'm using.
My desired result is below.
Answers
-
Sorry but I cannot make any connections between the reference table and your desired results in the Follow Up column.
-
What I think the formula should to be is
=INDEX({Follow up}, MATCH([Why? - Overall feeling]@row, {Follow Up Plan Range 1}, 0))
But that is getting me an error of #NO MATCH
The column 'Why? - Overall feeling' is just a list of the options available to select from in the dropdown on the other sheet.
-
I think this thread has the type of formula you'll need to use with a multi-select drop down column:
-
Based on that thread I tried
=JOIN(COLLECT({Follow up}, {Why feeling}, HAS([Why? - Overall feeling]@row)), ", ")
but I'm getting an INVALID OPERATION error
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!