Offset vs vlookup functions

  • Thread starter Thread starter Darby
  • Start date Start date
D

Darby

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
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top