Eloise T
Active Member
Each week I add 100 to 200 rows of new data to the bottom of an ever-growing spreadsheet that’s currently over 12,000 rows long by 10 columns wide.
Column H contains a number that I need to maintain a running total.
I keep the running total at the top of the spreadsheet “inside” the top “frozen pane” to make it visible without having to scroll to the bottom over 12,000+ rows down.
Currently the formula I use is as simple as =SUM( H5 : H12357 )
I’m sure I could run the second parameter to a huge number and increase it as needed, but is there a way to improve the formula to dynamically change when rows are added to maintain the running total of the entire Column H?
Column H contains a number that I need to maintain a running total.
I keep the running total at the top of the spreadsheet “inside” the top “frozen pane” to make it visible without having to scroll to the bottom over 12,000+ rows down.
Currently the formula I use is as simple as =SUM( H5 : H12357 )
I’m sure I could run the second parameter to a huge number and increase it as needed, but is there a way to improve the formula to dynamically change when rows are added to maintain the running total of the entire Column H?