Vlookup that does not return #N/A

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to modify the vlookup formula so that it return a blank versus
#N/A.

Thank you in advance.
 
=IF(ISNUMBER(MATCH(A1,B1:B100,0)),VLOOKUP(A1,B1:C100,2,0),"")


Regards,

Peo Sjoblom
 
Is there a way to modify the vlookup formula so that it return a blank versus
#N/A.

Thank you in advance.


=IF(ISNA(your_vlookup_formula),"",your_vlookup_formula)


--ron
 

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

Back
Top