running totals

  • Thread starter Thread starter Reggie D.
  • Start date Start date
R

Reggie D.

Cab anyone advise?
I want to have a running total of number in column A in the adjacent
cloumn B, for example.
The job is to keep a running total of minutes booked to differnt jobs
recorded in consecutive rows.
 
Perhaps something simple like this?

Assume data (ie numbers) will be entered in A2 down
In B2: =A2
In B3: =SUM(B2,A3)
Copy B3 down as far as data is expected in col A

If above helps, click YES button below
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:25,000 Files:300 Subscribers:70
xdemechanik
 
Back
Top