vlookup's value

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

Guest

HI, Please help

I use vlookup, but it return a "#N/A", please show me how to make it be zero, because I
want to use it to plus a cell

Thanks in advance
Monke
 
=IF(ISNA(VLOOKUP(B2,A2,1,FALSE)),0,VLOOKUP(B2,A2,1,FALSE))

You have to do this as the VLOOKUP errors so to get "0" when it error
you have to trap it with an IF statement

Dunca
 

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

vlookup 1
Combining IF Statement and Vlookup 0
VLOOKUP 2
vlookup 6
Excel IF statement with vlookup 2
Vlookup result in a message box 10
VLOOKUP 2
Set add function ignore #N/A 1

Back
Top