I need to match two conditions on the cell Name
and add the price information into cell price
if both condition match. In other words, if Name
contains both conditions, get the price
. I tried different approaches using QUERY, SEARCH; FIND; VLOOKUP
but I got stuck somewhere in the middle. Here's the example sheet (Google Spreadsheet solution preferred over Excel):
https://docs.google.com/spreadsheets/d/1zwG3_5Ctg_IZ1kI04Uee-qIvMrNQ4GmEwySmYcMKLfA/edit?usp=sharing
Maybe important: Both, the Name
values as well as the whole reference table get pulled from other files dynamically. So I don't know anything concerning order or length of these columns in advance, not even if there are matches at all.