vlookup in excel have alternative result than #N/A selectable

B

Bruce A

I need to be able to nominate alternative result to #N/A when the vlookup
function fails to find the search criteria in the array being searched.

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/com...dg=microsoft.public.excel.worksheet.functions
 
N

Niek Otten

=IF(ISNA(YourLookupFormula),YourAlternativeResult,YourLookupFormula)

--
Kind regards,

Niek Otten

|I need to be able to nominate alternative result to #N/A when the vlookup
| function fails to find the search criteria in the array being searched.
|
| ----------------
| This post is a suggestion for Microsoft, and Microsoft responds to the
| suggestions with the most votes. To vote for this suggestion, click the "I
| Agree" button in the message pane. If you do not see the button, follow this
| link to open the suggestion in the Microsoft Web-based Newsreader and then
| click "I Agree" in the message pane.
|
|
http://www.microsoft.com/office/com...dg=microsoft.public.excel.worksheet.functions
 
Top