Recalc slowing entire system

MagiCat

Board Regular
Joined
May 24, 2006
Messages
121
Is there a way to get Excel not to hog the entire system. I'm running Excel 2010 under Windows 7 and when I recalc a sheet, it takes up 100% of the resources for a long period of time.

Since it's multiple SUMIFs that are doing this over 250,000 rows, I'm not expecting it to speed up, but I'd rather it use only 75% of the resources for 1/3 longer. Is there a way I can do this?
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
I've had a similar issue with a large, multi-sheet workbook of my own. If anyone changed anything on it they had to sit and wait while it recalculated the entire workbook. So many sheets, each just bursting full of formulas, really caused a drain. With vba you can tell it to not recalculate specific sheets (Worksheets("Sheet1").EnableCalculation = False). I ended up (and am still in the process of) reducing the amount of calculation needed by getting rid of the formulas and switching over to vba. That way there are no formulas in the sheets themselves and everything can be accomplished with a Combo Box or two and a Command Button.

Sorry I don't have any specific suggestions, but this has been helpful to me.
 
Upvote 0

Forum statistics

Threads
1,224,591
Messages
6,179,768
Members
452,940
Latest member
rootytrip

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