I have a couple of hundred rows that I want to vlookup and I have over 100 data tabels, when I change a combobox a couple of thousand formulas recalculate.
And it takes a couple of seconds to recalculate and I am looking at ways to increase speed.
Will it be faster do load every data table into an array and then using vlookup or vlookup/match on those arrays?
Are there any negative things with loading 100+ tables into arrays? Is there something I am missing?
And it takes a couple of seconds to recalculate and I am looking at ways to increase speed.
Will it be faster do load every data table into an array and then using vlookup or vlookup/match on those arrays?
Are there any negative things with loading 100+ tables into arrays? Is there something I am missing?