View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
TD TD is offline
external usenet poster
 
Posts: 29
Default How to add previous sums in a column to current sums in a column?

I'm trying to build a workbook from project plan that keeps a running total
of actual hours. The only problem I'm having is with this summation
question. Numerous employees are entering their weekly hours for the current
week. How do I build a function that adds current weekly hours to the
previous weekly hours in my Actual hours column?

TD