I can do VLOOKUP's from different sheets in a workbook,
=VLOOKUP(A4,Import,7,FALSE)
but if the number I want to have as a result is in a different row, ie:
Prod ID
11100
999
Where (xxxxx) is "A2" and (xxx) is in cell "C3", how can I tell the formula to look in column 3 and down one row from the lookup value (A2).
I am working from production reports that can't be altered, so the source data cannot be changed.
Thanks
=VLOOKUP(A4,Import,7,FALSE)
but if the number I want to have as a result is in a different row, ie:
Prod ID
11100
999
Where (xxxxx) is "A2" and (xxx) is in cell "C3", how can I tell the formula to look in column 3 and down one row from the lookup value (A2).
I am working from production reports that can't be altered, so the source data cannot be changed.
Thanks