Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
keep a running total of my formula results after each (F9) | Excel Discussion (Misc queries) | |||
Column A is Town, Column B is names. How can Excel add & tell how. | Charts and Charting in Excel | |||
calculate which cells in column A will give me the total of column | Excel Worksheet Functions | |||
How do I sort a column of formulas in Excel? | Excel Discussion (Misc queries) | |||
How do I sort a column of formulas in Excel? | Excel Discussion (Misc queries) |