Reconciling two lists

  • Thread starter Thread starter Stefan
  • Start date Start date
S

Stefan

I am using vlookup function to reconcile two long lists of data. The issue I
am having is when one of the values does not find a match, I get an error. I
would like it to bring back a zero rather than #N/A when a match is not
found. What can I do?
 
=if(isna(yourvlookupformula),0,yourvlookupformula)

If you're using xl2007, take a look at:
=iferror()
in excel's help.
 

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