Calculate to total individual lines

C

Curious

How do I set up excel to calculate individal lines consistently to where the
total of the previus line calculates automatically. I don't want a total sum
for the entire column but I want each item to total so that it appears that I
am adding each line item to the other.
 
N

nastech

hi, not sure can help, but would still need more of an example. maybe
someone else can pick it up.. thanks
 
G

Gord Dibben

Assume you have numbers in A1:D10

In E1 enter =SUM(A1:D1)

In E2 enter =SUM(A2:D2) + E1

Copy down to E10


Gord Dibben MS Excel MVP
 
Top