MrKowz
Well-known Member
- Joined
- Jun 30, 2008
- Messages
- 6,653
- Office Version
- 365
- 2016
- Platform
- Windows
Friends,
I have a conceptual question regarding VLOOKUPs. I already know it is poor practice to associate a larger table_array with a VLOOKUP than is necessary (i.e. don't refer to A:ZZ if you are returning column D, just refer to A:D), but I'm wondering how much does this affect overall calculation efficiency?
Reason I'm asking is that I'm updating a spreadsheet someone else programmed, and their VLOOKUP formulas are all looking at much larger arrays (A:ZZ instead of A:D, columns past D have no data)... but I don't want to take the time to update these if the performance improvement is going to be miniscule. For simplicity sake, lets assume there are ~7000 of these formulas in the spreadsheet.
Cheers!
I have a conceptual question regarding VLOOKUPs. I already know it is poor practice to associate a larger table_array with a VLOOKUP than is necessary (i.e. don't refer to A:ZZ if you are returning column D, just refer to A:D), but I'm wondering how much does this affect overall calculation efficiency?
Reason I'm asking is that I'm updating a spreadsheet someone else programmed, and their VLOOKUP formulas are all looking at much larger arrays (A:ZZ instead of A:D, columns past D have no data)... but I don't want to take the time to update these if the performance improvement is going to be miniscule. For simplicity sake, lets assume there are ~7000 of these formulas in the spreadsheet.
Cheers!