running totals

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.
 
M

Max

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top