memory-friendly summing of dynamic columns?

miconian

Well-known Member
Joined
Aug 18, 2004
Messages
769
Hello,

I have a 'data' worksheet full of raw data, including one column, let's say column AE, that is the 'net amount' column. For various reasons, I need to keep a running total of this column displayed on another worksheet. So far I have been doing this with the formula:

Code:
=SUM(Data!AE:AE)

However, the workbook calculations have slowed to a snail's pace, and I've read that calculating entire columns in Excel 2007 (which I use) can be a cause of this.

The problem is that the number of rows of data in the Data worksheet, and therefore in column AE, changes every week. I'm not sure what the best way to handle this is. Given multiple choices, I would prefer the option that will slow down Excel the least.

Other possibly relevant info: all the data on the Data worksheet comprises an Excel Table (formerly known as List, as I understand it), with the name EstimatesData.

Thanks!
 

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.
Thanks, I have put that into use. It seems to have speeded up calculation, but perhaps that's just my imagination.
 
Upvote 0

Forum statistics

Threads
1,214,643
Messages
6,120,707
Members
448,981
Latest member
recon11bucks

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top