Can I turn the #N/A result from a lookup function to a zero?

  • Thread starter Thread starter Guest
  • Start date Start date
=IF(ISNA(VLOOKUP(A1,C1:D100,2,FALSE)),0,VLOOKUP(A1,C1:D100,2,FALSE))
Regards,
Alan.
 

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