=VLOOKUP(Preceptor@row, {VLookUp for Preceptors MCE Name}, 5, false)
Trying to pull one answer from a search value that could have multiple options. Preceptor@row is a multi select drop down, and I only need to pull one value from any of the possible options in the preceptor@row (because it will be the same no matter who gets searched)
The reference sheet is NOT a multi select dropdown (does that make a difference?)