accumulate totals

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

Guest

i want a row to keep an accumulating running total at the end. What is the
formula needed?
 
This is a pretty simple thing, and one of the earlier formulas you should
learn while using Excel spreadsheets:

If you data in row 50 that spans from column C to column M then the
range would be C50:M50 and formula would be

=SUM(C50:M50)

You could put this formula in A50, to show the total on the left, or
put it in N50 or M51 to show it on the right.
 

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

Similar Threads


Back
Top