VLOOKUP on a multi-select column
Hello,
Say I have a multi select column with 4 possible choices (North, South, East, West). If North and South are selected, is it possible to write a VLOOKUP to pull the first selection, and then write a second VLOOKUP to pull the second selection? In other words, is it possible to parse multi-select columns?
Thank you.
Answers
-
Do you want to parse the selections into their own cells?
-
Not necessarily since I intend to use each selection in subsequent formulas, but if I need to parse them into their own cells as an intermediate step I am not opposed to doing so.
-
It would certainly be easier to manage if you parse it out first.
You can modify THIS SOLUTION to do so. You would use the formula in the orange cell and the JOIN column would be replaced by your Multi-Select column, and you would replace the "/" in the formulas with CHAR(10) which is the function for line breaks (the delimiter in multi-selects).
Once you parse out the selections, you can use cell references in your VLOOKUP's.
-
Hey @Paul Newcome
This post was flagged as it looks like the "This Solution" link no longer goes to a published sheet. Do you have a different sheet with the same solution? Or perhaps another post?
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
-
@Genevieve P. There have been a few updates to various parsing solutions, so I no longer have that sheet.
My personal favorite (I can't remember who first posted it here) uses a SUBSTITUTE function, but there are a number of different versions based on specific needs. If the person who flagged it is able to provide details surrounding their structure, I'd be happy to help figure out which one works best for them.
Help Article Resources
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
Check out the Formula Handbook template!