Hi, I am trying to use a lookup on a multi select column.
I have an invoice creating sheet in which the user will select multiple "items" that have been ordered. (Must be in the same cell as combining with Google Docs and all info must be in the same row.) I have another sheet called Product list which notes each item and corresponding price. I would like to create a Vlookup sum in the first sheet under column "Item Price" which will vlookup all the selected items and retrn each price (or better yet the sum of all prices)
Is this possible as i have tried =VLOOKUP([Order Specification]@row, {Product List Range 1, 3, false}) and is returning a no match?
Note: "order specification" is the muti-drop down column used to select items.
Thank you!