ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Reconciling two lists (https://www.excelbanter.com/excel-worksheet-functions/170962-reconciling-two-lists.html)

Stefan

Reconciling two lists
 
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?
--
Stefan

Pete_UK

Reconciling two lists
 
Try this:

=IF(ISNA(your_formula),0,your_formula)

Hope this helps.

Pete

On Dec 28, 4:14*pm, Stefan wrote:
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?
--
Stefan



Dave Peterson

Reconciling two lists
 
=if(isna(yourvlookupformula),0,yourvlookupformula)

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

Stefan wrote:

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?
--
Stefan


--

Dave Peterson


All times are GMT +1. The time now is 02:01 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com