View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Pete_UK Pete_UK is offline
external usenet poster
 
Posts: 8,856
Default 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