View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jeffrey Jeffrey is offline
external usenet poster
 
Posts: 25
Default sum everything but errors

The range I need to sum can sometimes contain references to cells that have
been deleted, creating a formula that looks like =SUM(A1,C4,#REF!,D16:D22)
How can I get the formula to automatically disregard that specific error, and
return the sum of the other cells?