Better option than INDIRECT function?

RedOctoberKnight

Board Regular
Joined
Nov 16, 2015
Messages
150
Office Version
  1. 2016
Platform
  1. Windows
Good Morning,

I have the following formula that I use to reference data on a specific sheet based on value in E4. (E4 contains the sheet name I'm looking for.)

=IFERROR(INDEX(INDIRECT("'"&E$4&"'!$X4:$X128"),MATCH($B7,INDIRECT("'"&E$4&"'!$Q4:Q128"),0)),"")

I probably have THOUSANDS of cells that use this formula that reference 70 or so sheets of data. My workbook has basically come to a slow crawl when it comes to calculating.

Ive read that using INDIRECT formulas can dramatically slow calculation times so I'm wondering if there is a better way I could do it?

I know a little bit about VBA but I'm basically a self taught excel user.

Any help would be much appreciated.

Thanks!
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
I think i was able to workaround my problem by creating a sheet selection event that turns off and on calculations when sheet is selected. So now sheet containing all the INDIRECT formulas doesnt calculate unless its selected.
 
Upvote 0

Forum statistics

Threads
1,215,034
Messages
6,122,782
Members
449,095
Latest member
m_smith_solihull

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top