View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default Adding a number to a cell that already has a number.

In that case you don't need the SUM function.
=10
=10+14
=10+14+11
will do, without the SUM
--
David Biddulph

"HKaplan" wrote in message
...
All you need to do is create a formula that you build on:

Day 1 - =sum(10)
Day 2 - =sum(10+14)
Day 3 - =sum(10+14+11)
etc.