how do i keep a running total for contributions to several funds

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

am working on a simple way to keep track, a running total, of church member
contributions to several funds... thanks JPC
 
Without seeing the data it is hard, but let's say the amounts are in column
A. In B2, add

=$A$2:A2

and then copy down by each amount

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
How about?

=SUM($A$2:A2)

<g>

Peo

Bob Phillips said:
Without seeing the data it is hard, but let's say the amounts are in column
A. In B2, add

=$A$2:A2

and then copy down by each amount

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
More information: I have to clear the data each week and need to keep the
running totals from being deleated.. thanks so far Jpc
 
Bob's suggestion needs to be enclosed using the SUM()...
like so:
=SUM($A$2:A2)
 

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

Back
Top