Long time reader, first time caller,
I want to look for a value in two tables(columns in sperate worksheets) and have the result come back of which table the value was found in.
I have tried with If and Vlookup, and can return the result of the first table search, but does not work when searching the second table.
=IF(VLOOKUP(I83,Rebuild!I:J,1,FALSE)=I83,"Rebuild",IF(VLOOKUP(I83,Retired!I:J,1,FALSE)=I83,"Retired"))
Any help would much appreciated.
Gary
I want to look for a value in two tables(columns in sperate worksheets) and have the result come back of which table the value was found in.
I have tried with If and Vlookup, and can return the result of the first table search, but does not work when searching the second table.
=IF(VLOOKUP(I83,Rebuild!I:J,1,FALSE)=I83,"Rebuild",IF(VLOOKUP(I83,Retired!I:J,1,FALSE)=I83,"Retired"))
Any help would much appreciated.
Gary