View Single Post
  #4   Report Post  
 
Posts: n/a
Default

JR wrote:
Try this at the bottom of your column...
If(sum(C1:C20)<0,0,sum(C1:C20))


Better: MIN(0,SUM(C1:C20))