ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Indirect.ext - Eek! Doesn't Work (https://www.excelbanter.com/excel-programming/369311-indirect-ext-eek-doesnt-work.html)

Gordon[_2_]

Indirect.ext - Eek! Doesn't Work
 
Hi...

In cell a2 in a new workbook I have the following text string/path:

C:\Desktop\Raw\hammer.xls

In cell b2 I want the value from a cell within this file - sheet1 j12,
without opening the said file.

Is there a fast way to do this or should I leave it my kids in my will?

I had hoped to seed the first row and the fill down? This file is 100 rows
down by 35 columns wide. The indirect.ext refers to the cell rather than the
text contents which is grim.

Any help would be greatly appreciated.

Gordon...


Barb Reinhardt

Indirect.ext - Eek! Doesn't Work
 
I believe you need something like this

=INDIRECT.EXT('C:\Desktop\Raw\[hammer.xls]Sheet1'!j12)


"Gordon" wrote:

Hi...

In cell a2 in a new workbook I have the following text string/path:

C:\Desktop\Raw\hammer.xls

In cell b2 I want the value from a cell within this file - sheet1 j12,
without opening the said file.

Is there a fast way to do this or should I leave it my kids in my will?

I had hoped to seed the first row and the fill down? This file is 100 rows
down by 35 columns wide. The indirect.ext refers to the cell rather than the
text contents which is grim.

Any help would be greatly appreciated.

Gordon...


Gordon[_2_]

Indirect.ext - Eek! Doesn't Work
 
Hi Barb...

Thanks for that. How can I create that very formula without having to type
the path for each file. I want the cell in b2 to read the path in a1 and
insert it automatically...somehow!

Any further help useful...

Thanks

Gordon...

"Barb Reinhardt" wrote:

I believe you need something like this

=INDIRECT.EXT('C:\Desktop\Raw\[hammer.xls]Sheet1'!j12)


"Gordon" wrote:

Hi...

In cell a2 in a new workbook I have the following text string/path:

C:\Desktop\Raw\hammer.xls

In cell b2 I want the value from a cell within this file - sheet1 j12,
without opening the said file.

Is there a fast way to do this or should I leave it my kids in my will?

I had hoped to seed the first row and the fill down? This file is 100 rows
down by 35 columns wide. The indirect.ext refers to the cell rather than the
text contents which is grim.

Any help would be greatly appreciated.

Gordon...


Conan Kelly

Indirect.ext - Eek! Doesn't Work
 
Gordon

Maybe enter something like this in B2:

=INDIRECT.EXT("'" & A1 & "'Sheet1'!j12")

And then enter your path in A1.

I hope this is what you are looking for.

Conan Kelly

"Gordon" wrote in message ...
Hi Barb...

Thanks for that. How can I create that very formula without having to type
the path for each file. I want the cell in b2 to read the path in a1 and
insert it automatically...somehow!

Any further help useful...

Thanks

Gordon...

"Barb Reinhardt" wrote:

I believe you need something like this

=INDIRECT.EXT('C:\Desktop\Raw\[hammer.xls]Sheet1'!j12)


"Gordon" wrote:

Hi...

In cell a2 in a new workbook I have the following text string/path:

C:\Desktop\Raw\hammer.xls

In cell b2 I want the value from a cell within this file - sheet1 j12,
without opening the said file.

Is there a fast way to do this or should I leave it my kids in my will?

I had hoped to seed the first row and the fill down? This file is 100 rows
down by 35 columns wide. The indirect.ext refers to the cell rather than the
text contents which is grim.

Any help would be greatly appreciated.

Gordon...




Barb Reinhardt

Indirect.ext - Eek! Doesn't Work
 
The problems that I've run into with this is that I forget the single quote
or the [] around the workbook name. Be aware of that.

"Gordon" wrote:

Hi Barb...

Thanks for that. How can I create that very formula without having to type
the path for each file. I want the cell in b2 to read the path in a1 and
insert it automatically...somehow!

Any further help useful...

Thanks

Gordon...

"Barb Reinhardt" wrote:

I believe you need something like this

=INDIRECT.EXT('C:\Desktop\Raw\[hammer.xls]Sheet1'!j12)


"Gordon" wrote:

Hi...

In cell a2 in a new workbook I have the following text string/path:

C:\Desktop\Raw\hammer.xls

In cell b2 I want the value from a cell within this file - sheet1 j12,
without opening the said file.

Is there a fast way to do this or should I leave it my kids in my will?

I had hoped to seed the first row and the fill down? This file is 100 rows
down by 35 columns wide. The indirect.ext refers to the cell rather than the
text contents which is grim.

Any help would be greatly appreciated.

Gordon...



All times are GMT +1. The time now is 09:15 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com