Adding a number to a cell that already has a number.

  • Thread starter Thread starter paula
  • Start date Start date
P

paula

How can this be so hard? I want to keep a running attendence total. I need
to come back to a cell each day and add another number to the one that is
already in the cell. I've tried several ways that I thought were supposed to
work, to no avail. Can anyone help me?

thx.
 
All you need to do is create a formula that you build on:

Day 1 - =sum(10)
Day 2 - =sum(10+14)
Day 3 - =sum(10+14+11)
etc.
 
In that case you don't need the SUM function.
=10
=10+14
=10+14+11
will do, without the SUM
 

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