vlookup - replace #N/A with text - Excel 2003

C

Charlotte Howard

Hi,
Is it possible to replace a #N/A result with a particular text string? I
know I could use Find/Replace, but I really don't want to lose the formula.
Thanks for any help
Charlotte
 
S

Stefi

Use this structure instead of your original =VLOOKUP(...) formula:

=IF(ISERROR(VLOOKUP(...)),"textstring",VLOOKUP(...))
Regards,
Stefi

„Charlotte Howard†ezt írta:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top