greghealey
New Member
- Joined
- Aug 27, 2015
- Messages
- 6
I recently changed my spreadsheet from vlookup to Index/Match. I have approximately 2000 rows by 300 columns which all require in vary degrees use of the index/match formula, for example:
=IFERROR(INDEX(Orders!$S$1:$S$9999,MATCH(CT$3&$B4&$C4,Orders!$A$1:$A$9999,0)),0)
Currently the spreadsheet can take up to around 9 minutes to run.
I am looking for ways to improve speed in the spreadsheet, one potential way could be to bring the "Orders" tab into the current tab, I am not sure if this will materially help speed but I am open to any solutions.
Spreadsheet data must be exact match and it cannot be ordered.
Many thanks
=IFERROR(INDEX(Orders!$S$1:$S$9999,MATCH(CT$3&$B4&$C4,Orders!$A$1:$A$9999,0)),0)
Currently the spreadsheet can take up to around 9 minutes to run.
I am looking for ways to improve speed in the spreadsheet, one potential way could be to bring the "Orders" tab into the current tab, I am not sure if this will materially help speed but I am open to any solutions.
Spreadsheet data must be exact match and it cannot be ordered.
Many thanks