Excel formula.

G

Guest

How do I keep a running total of columns and rows? For example I don't want
to be stuck only with =SUM(A1:A4) which will only add the 4, but keep it
open to infinity if needed. I have a small business and I am trying to make
an accounting ledger of debits and credits.
 
B

BenjieLop

JohnHamilton said:
How do I keep a running total of columns and rows? For example I don't
want
to be stuck only with =SUM(A1:A4) which will only add the 4, but keep
it
open to infinity if needed. I have a small business and I am trying to
make
an accounting ledger of debits and credits.

Try this ...

=SUM($A$1:A1)

and copy all the way down until infinity...

Regards.
 
D

David Biddulph

Try this ...

=SUM($A$1:A1)

and copy all the way down until infinity...

Or if you don't want a total at each stage, but merely an overall total, use
=SUM(A:A)
 

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