Thread: Lookup Error
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default Lookup Error

One way:

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

--
Biff
Microsoft Excel MVP


"scott" wrote in message
...
In my ss I am using Lookup. It is doing just want I want it to do except
in
some cells I am getting a #N/A erro. Is there away to show this error as a
zero. Thanks