#N/A error

G

Guest

I'm using the VLOOKUP formula. Because some numbers are not found, the cell
shows error #N/A. Using a formula, is there any way the cell can return 0
instead #N/A?
 
A

Alan

Something like
=IF(ISNA(VLOOKUP(E3,A1:B100,2,FALSE)),0,VLOOKUP(E3,A1:B100,2,FALSE))
Regards,
Alan.
 
G

Gord Dibben

=IF(ISNA(VLOOKUP(H1,B1:F28,2,FALSE)),0,VLOOKUP(H1,B1:F28,2,FALSE))


Gord Dibben MS Excel MVP
 

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

#N/A 5
IF / ISBLANK 1
Set add function ignore #N/A 1
Looking up a returned value defining a named range 2
Return 0 instead of N/A 2
Vlookup - N/A 4
Formula returns #N/A 1
formula error 1

Top