I keep trying different variations and can't find it right:
The formula that I used which is close would be =VLOOKUP([Item ID Number]@row, {Adult Sponsor List Range 1}, 3, false).
Sheet 1: giving tree wish list
Sheet 2: the adult sign-up list
I want for the adult email address (listed in sheet 2) to be looked up and added into sheet 1. However, the items that adults can sign up for is a drop down multi-select.
The formula I listed above is working for Item ID 02a and 01a, but it won't work for the Item IDs that are multi-select (01b, 01c, 02b, 06b, 15a). I have also tried changing the formula's true/false statement. "True" for an approximate match will provide #NOMATCH, even for the ones that worked with the "false" exact match.