Return a text string when the result of VLOOKUP formula is #N/A

J

jeremy nickels

Is there any way to have the result of a VLOOKUP formula be the text string
"NO" instead of #N/A when it doesn't find a match?

I'm playing around with an IF statement and the ERROR.TYPE function, but I'm
not quite getting it.
 
G

Guest

Hi

One approach:
=IF(ISERROR(VLOOKUP______),"ERROR",VLOOKUP_______)

Hope this helps.
Andy.
 

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