noboffinme
Registered User.
- Local time
- Tomorrow, 04:35
- Joined
- Nov 28, 2007
- Messages
- 288
HI
I need to have a formula perform a vlookup for a value in a spreadsheet & return a value (as vlookups usually do) however, if an error comes up, I want another vlookup value from another spreadsheet shown.
It goes something like this;
IF(ISERROR(VLOOKUP(A2,'SHEET1'!,A1:B50,2,FALSE)),VLOOKUP(A2,'SHEET2!,A1:B50,2,FALSE)
I keep getting 'FALSE' as the answer when one or the other of the values should be displayed.
I need to have a formula perform a vlookup for a value in a spreadsheet & return a value (as vlookups usually do) however, if an error comes up, I want another vlookup value from another spreadsheet shown.
It goes something like this;
IF(ISERROR(VLOOKUP(A2,'SHEET1'!,A1:B50,2,FALSE)),VLOOKUP(A2,'SHEET2!,A1:B50,2,FALSE)
I keep getting 'FALSE' as the answer when one or the other of the values should be displayed.