I have a sheet with a list of customers and items they have based on item type (multi select columns). I have another sheet that is an inventory of all possible items, item types, and item values (H-M-L). What I want to summarize by customer (row) is what are all the items they have that are considered "high" value based on the separate reference sheet.
Sheet 1: Item Selections
Sheet 2: Item Types
In other words, in Sheet 1 (Item Selection) I would want column "High Value Items" to join all selected values (Item Name) from columns "Animals", "Appliances", and "Instruments" that have an "Item Value" of "High" from Sheet 2 (Item Types). In this scenario, the cell in the first row would be blank because Avery has no high value items. The cell in the second row would read "Gas Range, Espresso Machine, Cello" because those are all the items Raven has that are classified as "high" value.
I've tried a number of different JOIN(COLLECT()) and IF and HAS statements and I haven't figured it out yet. Please help!