View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default make cell report zero if it's a negative number

=(MAX,0,your_formula)
Or change you SUM to SUMIF, with a condition of greater than 0.
--
David Biddulph

"Bob" wrote in message
...
If my formula in an Excel cell reports a negative number, for the sake of
adding up values in a column (SUM) how do I get that cell to just report
zero
value?