Hi!
How would I use Vlookup, when referring to another sheet? I need a formula to show:
- IF the serial number (E from sheet 1) is found in the sheet DUP (range - G1:J201) >>>> then return the right action (E.g. delete, Good, etc), depending on IF the ERASURE is blank, successful or failed.
File: https://1drv.ms/x/s!ArRB1Ah3M1ZqgpkOomz3zuStAiXyMw
Current formula (which isn't working)
=INDEX(DUP!H2:J201,MATCH($F2,DUP!H2:J201,0),MATCH($K2,DUP!H1:J1,0))
SHEET 1
DUP
How would I use Vlookup, when referring to another sheet? I need a formula to show:
- IF the serial number (E from sheet 1) is found in the sheet DUP (range - G1:J201) >>>> then return the right action (E.g. delete, Good, etc), depending on IF the ERASURE is blank, successful or failed.
File: https://1drv.ms/x/s!ArRB1Ah3M1ZqgpkOomz3zuStAiXyMw
Current formula (which isn't working)
=INDEX(DUP!H2:J201,MATCH($F2,DUP!H2:J201,0),MATCH($K2,DUP!H1:J1,0))
SHEET 1
DUP