Good day,
Im trying to do a Vlookup from two sheets into one cell.
If the 1st sheet data is not a match, it will give an error, then I want the sheet to look at the different sheet for the needed data.
Im trying something like this but getting a #UNPARSEABLE error
=IFERROR(VLOOKUP([TRIP REF]@row, {Master Sheet - A Range 1}, 9, false), VLOOKUP([TRIP REF]@row, {Master Sheet - B Range 1}, 3, false), "")
Where am i going wrong?