Is there a way to make a 100k Workbook Faster?

uAnonimo

New Member
Joined
Dec 4, 2017
Messages
6
I have a 100k lines workbook, that 36 columns are used.
It has 25mb, every line has formulas, I've also use color rules on columns.
It takes long to open and it seems pretty heavy to edit, modify.
Is there a way to make it much lighter? Or Excel can't be light with so many lines?
 

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.
Welcome to the board.

The answer to your question is: it depends.

Without knowing what the file is used for, the types of formulas you're using, and the specific contents of the columns, we can't give you specific answers... but, some thing to consider are:

1) Separate data from analysis... Perhaps your situation would allow you to use Power Query (or similar) to link to the raw data and create the summaries you need instead of storing both the data and the analysis in the same file.

2) Tweak your formulas to use more efficient functions (e.g. replace exact match VLOOKUPS)

3) Use VBA instead of formulas. As one example, scripting.dictionary can be *significantly* faster than index/match or VLOOKUP type formulas.

4) Remove unnecessary columns

5) Keep two versions of your file: one that has live formulas that you update with manual calculation on and a different, hardcoded file that you distribute/use for downstream decisions.
 
Upvote 0
I've also use color rules on columns.

If you strip out the color rules (on a copy of the workbook) how does the performance change?
 
Upvote 0

Forum statistics

Threads
1,216,027
Messages
6,128,367
Members
449,444
Latest member
abitrandom82

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