Is there an alternative use to the 'Indirect' formula?

smerrick

Active Member
Joined
Feb 10, 2009
Messages
255
Hello,

I am using the indirect formula to link information from another spread sheet. Whilst the formula does work there are 2 issues with using this:

1, The file is very slow and takes minutes to update as opposed to seconds
2, Unless the linked files are all open the formula result shows #Ref !

What I want to know please is if there is a suitable substitute that I can use to help eliminate the above issues?

The formula that I have is the following inserted in cell D4:

=INDIRECT("'[Dist_June.xlsm]"&$B4"'!B6)

Where cell B4 is the tab name.


Any help will be greatly appreciated.

Thank You
 

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
Hello,

I am using the indirect formula to link information from another spread sheet. Whilst the formula does work there are 2 issues with using this:

1, The file is very slow and takes minutes to update as opposed to seconds
2, Unless the linked files are all open the formula result shows #Ref !

What I want to know please is if there is a suitable substitute that I can use to help eliminate the above issues?

The formula that I have is the following inserted in cell D4:

=INDIRECT("'[Dist_June.xlsm]"&$B4"'!B6)

Where cell B4 is the tab name.


Any help will be greatly appreciated.

Thank You

If I were you, I would prepare a helper sheet in local workbook which pulls the data directly from the required workbooks and anll revelant data with the same column headers and etc...
Then I would refer to that sheet's columns using INDIRECT() function.

I don't know if there is a more practicle way....
 
Upvote 0

Forum statistics

Threads
1,220,965
Messages
6,157,119
Members
451,398
Latest member
rjsteward

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