Morefunc Indirect.ext Pull Alternative - Faster and More Reliable

AlexAtlas

New Member
Joined
Jun 20, 2018
Messages
1
I am currently searching for an alternative to 'MoreFunc' to pull data in from other CLOSED worksheets. Morefunc is very slow and often crashes and needs re-instating.
I was wondering if anyone could help!
The master document references multiple sub-documents to draw the data in.
The master document knows where to look from text input in the master document in specific cells.


For example, this is the code i currently use;
=(IFERROR(INDIRECT.EXT("'"&$AZ$3&""&$O$8&"\Costings & Quotes["&$L27&".xlsm]REFERENCE'!X3"),0))
Where AZ3, O8, L27 define the file location, and then X3 is the cell within the file to draw the data from.


So for example, this is another code within the same master document;
=(IFERROR(INDIRECT.EXT("'"&$AZ$3&""&$O$8&"\Costings & Quotes["&$L73&".xlsm]REFERENCE'!Y3"),0))


so you can see it is referencing something in the same folder, but a different file and a different cell in the file.
If anyone knows a way of doing this without using MoreFunc, that would be amazing. Thanks in advance.
Alex
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"

Forum statistics

Threads
1,215,003
Messages
6,122,655
Members
449,091
Latest member
peppernaut

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