running total of the difference of 2 columns?

G

Guest

hi
need help agai

i want column C to be a running total of (columnA-columnB

EXAMPL

a1 =2 b1=-3.5 then C1 should be -1.
a2=4 b2=0 then C2 should be 2.
a3=1 b3=-2 then C3 should be 1.

Anyway i can get column c to do this

Thanks in advance GAME
 
R

Randall Roberts

in c1 type

=a1-b1

in c2
=(A2+C1)-B2
copy this formula down for all the rows you are using

Randall
 

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