Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
JR5280
 
Posts: n/a
Default How do I Autosum a running column total in excel?

What is the formula for the sum a column of numbers which is periodically
added to. I need to create the revised total automatically as the insetion
of new data occurs.
  #2   Report Post  
Jason Morin
 
Posts: n/a
Default

I would suggest just using:

=SUM(A:A)

However, if you need to specify a range in col. A, try:

=SUM(OFFSET(A1,,,COUNT(A1:A30)))

which starts to sum at A1.

HTH
Jason
Atlanta, GA


-----Original Message-----
What is the formula for the sum a column of numbers

which is periodically
added to. I need to create the revised total

automatically as the insetion
of new data occurs.
.

  #3   Report Post  
Keith
 
Posts: n/a
Default

Try this:

A1=SUM(B:B)

where a1 is the running total of column B

Keith




"JR5280" wrote in message
...
What is the formula for the sum a column of numbers which is periodically
added to. I need to create the revised total automatically as the

insetion
of new data occurs.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
keep a running total of my formula results after each (F9) Souvien Excel Discussion (Misc queries) 1 January 23rd 05 01:59 AM
Column A is Town, Column B is names. How can Excel add & tell how. Cindy Charts and Charting in Excel 3 January 13th 05 07:27 PM
calculate which cells in column A will give me the total of column Ken Excel Worksheet Functions 4 January 6th 05 06:25 AM
How do I sort a column of formulas in Excel? Gordon Excel Discussion (Misc queries) 2 November 27th 04 01:55 AM
How do I sort a column of formulas in Excel? Gordon Excel Discussion (Misc queries) 0 November 26th 04 03:19 PM


All times are GMT +1. The time now is 09:34 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"