Question about INDIRECT.EXT

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
Laurent Longre's morefunc.dll (of which INDIRECT.EXT is part) is likely *THE* most commonly used add-in for Excel. Several senior members of this board had input to its development and debugging. Further, MOREFUNC is one of the recommended add-ins by this board.
 
Upvote 0
Ok thanks, looks like a great program. Having trouble with the function now. Here is the code that I used with the plain INDIRECT function which works:

=AVERAGE((INDIRECT("'[File Name.xls]Sheet1'!G"&$R4)), (INDIRECT("'[File Name.xls]Sheet1'!M"&$R4)), (INDIRECT("'[File Name.xls]Sheet1'!T"&$R4)))

And here it is with INDIRECT.EXT, which doesn't work:

=AVERAGE((INDIRECT.EXT("'C:\Folder\[File Name.xls]Sheet1'!G"&$R5)), (INDIRECT.EXT("'C:\Folder\[File Name.xls]Sheet1'!M"&$R5)), (INDIRECT.EXT("'C:\Folder\[File Name.xls]Sheet1'!T"&$R5)))

Can the file name have a space in it? It can with INDIRECT.
 
Upvote 0

Forum statistics

Threads
1,225,229
Messages
6,183,729
Members
453,185
Latest member
radiantclassy

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