Thread: error
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Ron de Bruin Ron de Bruin is offline
external usenet poster
 
Posts: 11,123
Default error

Use a if statement

=IF(ISERROR(A1/B1),"",A1/B1)

--
Regards Ron de Bruin
(Win XP Pro SP-1 XL2002 SP-2)
www.rondebruin.nl



"Andres A" wrote in message ...
I'm trying to zero out the value in a cell if the formula evalutes to an
error but keep the value if it's not error.