0

Vlookup equivalent?

First I think that a sheet that needs calculating for 10+ minutes isn't designed well. But that is just my opinion :)
There really isn't any other way to get it done?

Second, to answer your question, Jet has a function to convert formula's to values after running the report.
You have to have 'Auto+Hide+Values' in cell A1.
Every Jet formula will be replaced by its value after the report is run.
But ONLY Jet formula's
And your VLOOKUP's are Excel formula's, so they will still be calculated upon opening.
To avoid this you can add a Jet formula to the Excel formula.
Does your VLOOKUP result in a number or a text?
To add some Jet to a number result try to add '*NL(,NP("Integers",1,1))'. It multiplies the result with 1.
To add it to a text result try to add 'NP("Eval","=""""")'. It will add an empty string.
Of course the initial run will take a bit more time (Jet has to evaluate the formula's) but there is no recalculation on opening.

And last: there are no silly questions :)

rmw

2 comments

Please sign in to leave a comment.