View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Duke Carey
 
Posts: n/a
Default Display a "0" when #N/A appears in formula

Try

=IF(ISNA(your formula),0,your formula)


"DarnTootn" wrote:

When working with a formula at returns a #N/A I would like it to display a
"0" instead