I'm consolidating two sheets that are populated via two separate google forms. I'm trying to find a row where 2 column items match to return a different cell via vlookup.
Example: I need to get value in 'NAMES SHEET'!C4
to appear in 'SHOPS SHEET'!C3
.
I'm trying to match both the DATE and SHOP columns - but have had no luck.
I've tried using 'NAMES SHEET'!A4&'NAMES SHEET'!B4
as my search parameters, but it concats the two cells together. I've been stuck at this a while- any suggestions would be greatly appreciated!