View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bill
 
Posts: n/a
Default how to auto increment cell location within formula

forgive me if this is basic stuff but I am trying to figure out the
following: have 2 columns of numbers say C and D where I need a running
total starting at say D4 with the formula=SUM(C4-C3) then D5 would be
SUM(C5-C4); then D6 SUM(C6-C5) and so on. Is there a way to automate
this? Thanks - Bill