+ Reply to Thread
Results 1 to 3 of 3

[Solved]Indirect.ext error

Hybrid View

  1. #1
    Registered User
    Join Date
    08-03-2012
    Location
    SD California
    MS-Off Ver
    Excel 2007
    Posts
    8

    [Solved]Indirect.ext error

    I have a list of 100 workbooks with different names in column A. I used =INDIRECT.EXT to access these files however it will only access them when the files are open. There are too many files to have open simultaneously.

    This is the complete formula I am using =INDIRECT.EXT("'["&A9&"]"&$C$5&"'!"&$C$1).
    • A9 is the filename trying to access,
    • C5 is the worksheet name same for all files
    • C1 the cell address same for all files.


    This worked when the files are open but when I close the files the formula results changed to #REF!

    How do I keep the actual results? I thought INDIRECT.EXT was able to access closed files.

    Any help is greatly appreciated.
    Last edited by dag62; 08-06-2012 at 09:57 AM.

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,850

    Re: Indirect.ext error

    You need to include the full path to those files. If they are all in the same folder and you have the path to that folder in A1, then you can do this:

    =INDIRECT.EXT("'"&$A$1&"["&A9&"]"&$C$5&"'!"&$C$1)

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    08-03-2012
    Location
    SD California
    MS-Off Ver
    Excel 2007
    Posts
    8

    Re: Indirect.ext error

    That did it. Thank you very much. Hope you have a great day.

+ 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