I am using a Vlookup to use a row id in sheet A to lookup the corresponding row id in sheet B and return the value in the status column - the syntax looks correct to me but I am getting an Incorrect Argument Set error.
This is the syntax I am using:
=VLOOKUP([Row ID]@row, {Cutover Tasks Range - Row ID}, 6, false)
Can you tell me what is wrong here?
Thanks