I’ve always used Data Validation to create a picklist from another table in my document. Works great. But what I’m trying to do this time I can’t get to work. I have a detail table that I want to grab data from another sheet. But I don’t want to just display one column. I’d like to display multiple columns to help the user pick the correct row to link. Any ideas?
Lookup Table
—————-
IngredientID
Ingredient
Detail Table
—————
ProductID
IngredientID
I’d like the IngredientID column in the detail table to provide a popup with both items from the Lookup Table, and when a row is chosen, the IngredientID to populate.