Thread: running totals
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.newusers
Max Max is offline
external usenet poster
 
Posts: 9,221
Default running totals

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
---
"Reggie D." wrote:
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.