View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default how to change #num! result to zero?

=IF(ISERROR(expression),0,expression)
--
Gary''s Student - gsnu200815


"Lewis" wrote:

Can I get a formula result to display 0 instead of #num! ?