I need to find a way to reference/pull data from another sheet, using details listed in a multi-select field.
Here's the process and what I'm trying to do:
- Customer submits a form to sheet 1. The form contains a multi-select "Product name" field.
- example dropdown menu options:
- Audio book
- Audio book fiction
- Audio book fiction mystery
- Once submitted, I need to populate a "Product code" column on sheet 1, based on any/all values that apply in a lookup table on another sheet (sheet 2).
- Sheet 1
- Product Name (multi-select dropdown)
- Product Code (populate from sheet 2)
- Sheet 2
- Product Name (text)
- Product Code (text)
I've only ever used the typical "Vlookup" and "index/match" formulas, but those don't work with multi-select fields. I'm starting to explore the "join/collect" and "contain" functions but found that erroneous values are sometimes returned because product names are often similar (see above).
Any recommendations?