+ Reply to Thread
Results 1 to 5 of 5

Indirect.ext - Eek! Doesn't Work

  1. #1
    Gordon
    Guest

    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...


  2. #2
    Barb Reinhardt
    Guest

    RE: 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...
    >


  3. #3
    Gordon
    Guest

    RE: 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...
    > >


  4. #4
    Conan Kelly
    Guest

    Re: 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" <[email protected]> wrote in message news:[email protected]...
    > 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...
    >> >




  5. #5
    Barb Reinhardt
    Guest

    RE: 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...
    > > >


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1