how to convert #na to 0 when using vlookup

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

Guest

When I use Vlookup, #NA returned if the vulue is not found. I need help to
convert #NA to zero or blank. Please help and thanks!
 
=IF(ISNA(vlookup),"",vlookup)

replace vlookup with your formula


--


Regards,


Peo Sjoblom
 
much easyer "=IFERROR(VLOOKUP,0) Replace "Vlookup" with your formula and it will return 0 instead #N/A.
 

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

Similar Threads

Converting Text 9
MONTH function 2
VLOOKUP 4
vlookup repl #/NA with 0 2
Help with If and Vlookup Statement 1
Help with Vlookup Match and IF statement 2
Or Function and #NA 2
Vlookup result change 1

Back
Top