View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
HKaplan HKaplan is offline
external usenet poster
 
Posts: 80
Default Adding a number to a cell that already has a number.

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.