Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
NN
 
Posts: n/a
Default continuous sum formula needed

I have a column of numbers, with a simple SUM formula at the bottom, to which
I need to add new rows from time to time. How can I get the sum formula to
recognize an added row so the calculation is correct rather that changing the
formula manually?
  #2   Report Post  
Niek Otten
 
Posts: n/a
Default continuous sum formula needed

Insert one extra line. You could fill it with ***.
Include this line in the SUM formula.
If you need to insert new lines, insert them above the *** line. Your SUM
formula will be adjusted automatically.

--
Kind regards,

Niek Otten

"NN" wrote in message
...
I have a column of numbers, with a simple SUM formula at the bottom, to
which
I need to add new rows from time to time. How can I get the sum formula
to
recognize an added row so the calculation is correct rather that changing
the
formula manually?



  #3   Report Post  
Art
 
Posts: n/a
Default continuous sum formula needed

Another option would be to sum the entire column -- but then you'd have to
put your total in a different column. This would look like: sum(B:B) if you
were summing column B.

Another alternative, if you really want the sum to be at the bottom of the
column, you can use this formula in Cell B7. If you insert rows above it, it
should stay okay.

=SUM($B$1:INDIRECT(CELL("address",OFFSET(B7,-1,0))))

Art


"NN" wrote:

I have a column of numbers, with a simple SUM formula at the bottom, to which
I need to add new rows from time to time. How can I get the sum formula to
recognize an added row so the calculation is correct rather that changing the
formula manually?

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
Formula or Macro needed? Query Excel Discussion (Misc queries) 4 October 12th 05 03:03 AM
Formula needed to compare columns VP New Users to Excel 2 September 8th 05 09:00 AM
More Help Needed with Count formula Greegan Excel Worksheet Functions 4 July 31st 05 06:31 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 07:48 PM
Formula needed Edgar Thoemmes Excel Worksheet Functions 3 January 13th 05 02:07 PM


All times are GMT +1. The time now is 11:05 AM.

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

About Us

"It's about Microsoft Excel"