Hello,
I am trying to use a VLOOKUP in a situation where the data source is spread across two different reference sheets. Essentially there are two different data source sheets and the parent sheet where the formula is nested which looks for a match within the other two sheets to return. I’ve managed to get the function to work if searching only one sheet or the other however, when I add the second reference sheet to the formula to search both sheets at once, I get an #UNPARSEABLE error. Any help would be greatly appreciated.
Working Formula:
=VLOOKUP([Claim ID]@row, {Active Data}, 2, 0)
#UNPARSEABLE Formula:
=VLOOKUP([Claim ID]@row, {Active Data}, {Legacy Data}2, 0)
Thank you,