Vlookup-answer value

  • Thread starter Thread starter adrian
  • Start date Start date
A

adrian

When using vlookup, if there is no record available for an
answer it returns a #NA result. Can I change this to
report a zero (0) value?

Thanks
 
Hi
one way:
=IF(ISNA(your_vlookup_formula),0,your_vlookup_formula)
 

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