Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I have constructed a spreadsheet with a number of formulae and lots of data,
and it seems to be taking ages to calculate. Has anyone any tips to speed up the process. Thanks |
#2
![]() |
|||
|
|||
![]()
I sounds as though there might be too many dependencies. Excel keeps track
of equations to determine which cells have to be recalculated when a cell is changed. after so many dependencies, Excel just recalculates all of them at each change. needless to say the speed of operation slows down dramatically. Look for large blocks of formulas which are not dynamically needed at all times. and think about using a macro to populate those cells just when needed. Large lookups both add dependencies and time per calculation Simplifying equations and sometimes seting up a hierarchical series of calcs can sometimes speed up recalcs dramatically "Andrew C" wrote: I have constructed a spreadsheet with a number of formulae and lots of data, and it seems to be taking ages to calculate. Has anyone any tips to speed up the process. Thanks |
#3
![]() |
|||
|
|||
![]() Another interesting issue that I've discovered is that Excel runs more quickly with "sumif" than with "vlookup". If you have any vlookup statements, you might want to consider replacing them. Mickey "Andrew C" wrote: I have constructed a spreadsheet with a number of formulae and lots of data, and it seems to be taking ages to calculate. Has anyone any tips to speed up the process. Thanks |
#4
![]() |
|||
|
|||
![]()
Thanks mikxtr, I am using "sumif", and you're right it does run more quickly
Regards Andrew C "mikxtr" wrote: Another interesting issue that I've discovered is that Excel runs more quickly with "sumif" than with "vlookup". If you have any vlookup statements, you might want to consider replacing them. Mickey "Andrew C" wrote: I have constructed a spreadsheet with a number of formulae and lots of data, and it seems to be taking ages to calculate. Has anyone any tips to speed up the process. Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Speed up and slow down, the auto-scroll. | Excel Discussion (Misc queries) | |||
How to Reduce Spreadsheet Size and Speed | Excel Worksheet Functions | |||
Free Tool (Add-in) To Speed Up Your Data Processing | Excel Worksheet Functions | |||
How do I change scroll speed? | Setting up and Configuration of Excel | |||
Speed of marking cells | Excel Worksheet Functions |