P
Pete
Trying to use:
=IF(ISERROR(VLOOKUP(16618,A121,3,FALSE)),"Not
found",VLOOKUP(16618,A121,4,FALSE))
If the value is not found in column 3 of the table, I'd like to have
it look to column 4. If still not found, return "Not Found".
This isn't behaving. I know it's simple. . .thoughts are appreciated.
Pete
=IF(ISERROR(VLOOKUP(16618,A121,3,FALSE)),"Not
found",VLOOKUP(16618,A121,4,FALSE))
If the value is not found in column 3 of the table, I'd like to have
it look to column 4. If still not found, return "Not Found".
This isn't behaving. I know it's simple. . .thoughts are appreciated.
Pete