Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a 20mb file that is using a whole series of vlookup functions. It is
quite slow in calculating. Does anyone know whether the calculation would be quicker or slower if I switched them to an offset function? Thanks |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Offset is a volatile function. That means that it must calculate every time a
calculation runs. This is simlar to the now or rand function. So generally speaking you want to avoid having too many volatile functions. One thing you could consider is swapping out yoru vlookup functions for index/match functions which in some circumstances are faster... Check out this link http://www.decisionmodels.com/optspeede.htm -- HTH... Jim Thomlinson "Darby" wrote: I have a 20mb file that is using a whole series of vlookup functions. It is quite slow in calculating. Does anyone know whether the calculation would be quicker or slower if I switched them to an offset function? Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
index and offset functions | Excel Worksheet Functions | |||
Nested IF Functions with OFFSET | Excel Worksheet Functions | |||
offset() with row() and col() functions? | Excel Worksheet Functions | |||
Trying to use sumif and offset functions | Excel Discussion (Misc queries) | |||
Offset and Indirect functions | Excel Discussion (Misc queries) |