how to convert #na to 0 when using vlookup

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!
 
P

Peo Sjoblom

=IF(ISNA(vlookup),"",vlookup)

replace vlookup with your formula


--


Regards,


Peo Sjoblom
 
Joined
Feb 17, 2013
Messages
1
Reaction score
0
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


Top