VLOOKUP FUNCTION AND NA

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

Guest

I am trying to use the VLOOKUP function to display the value of zero if it
does not find a reference lookup. Currently if no reference is found it
display #n/a.
 
=if(iserror(vlookup(...)),0,vlookup(...))


I am trying to use the VLOOKUP function to display the value of zero if it
does not find a reference lookup. Currently if no reference is found it
display #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

Back
Top