Add cells

I

israel

Hello,

I have a column (A) with a price from row 1 to 100. I would like to create
in column B a formula that will add the total in each row. Example B2 will
have the total of A1+A2, - B3 will have the total of A1+A2+A3 - B4 will
have the total of A1+A2+A3+A4 and so on till 100.

Thank you
 
D

DB.

Don Guillett said:
=$a$1:a1
and copy down


Shouldn't there be a "SUM" in it there somewhere? As in:

=SUM( $a$1:a1)
and copy down.

Or have I misunderstood the OP's problem?
 

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