Handling efficiently large amount of data ?

Morphil

New Member
Joined
Jan 8, 2007
Messages
11
Hello all,
When processing a large amount of data, Excel may become VERY slow.
Is there a tip on "best pratice" to input formulas which are all the same and apply similarly on a range of cells so ythat Excel would optimise its calculation speed ?

Thanks for your help
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
The answer depends on identifying the bottleneck first. At the very least you need to figure out where, at an abstract level, where the problem lies.

Is the slowdown in

recalculating a worksheet after it has been completely designed?

adding new data, together with associated formulas?

editing data?

Hello all,
When processing a large amount of data, Excel may become VERY slow.
Is there a tip on "best pratice" to input formulas which are all the same and apply similarly on a range of cells so ythat Excel would optimise its calculation speed ?

Thanks for your help
 
Upvote 0
Hi Charles and Tushar
Your useful links give me many hints that I will investigate. I understand that my problem description was a bit too much "general"
Thanks !
 
Upvote 0
Operating on large data sets on worksheets can be pretty slow.

Putting the data into arrays and operating on the array elements instead of the worksheet cells is, if you do it efficiently, very much faster.

Just how best to do it depends on the problem in hand, but it's good general advice.
 
Upvote 0

Forum statistics

Threads
1,225,229
Messages
6,183,729
Members
453,185
Latest member
radiantclassy

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