+ Reply to Thread
Results 1 to 3 of 3

Dynamic Link

  1. #1
    Registered User
    Join Date
    09-27-2006
    Posts
    5

    Dynamic Link

    How can I create a dynamic link to another excel file? I want the user to type in a name in cell A1 and in cell B1 it is linked to the file name typed in A1 and reads a cell value in that file. Can this be done through a function such as =[name.xls]Sheet1!C20 where "name" is what was typed in cell A1?

  2. #2
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Quote Originally Posted by CPGUY33
    How can I create a dynamic link to another excel file? I want the user to type in a name in cell A1 and in cell B1 it is linked to the file name typed in A1 and reads a cell value in that file. Can this be done through a function such as =[name.xls]Sheet1!C20 where "name" is what was typed in cell A1?
    =INDIRECT("["&A1&".xls]Sheet1!B3")

    works if the file is open. (untested otherwise)
    ---

  3. #3
    Registered User
    Join Date
    10-25-2006
    Posts
    1
    =INDIRECT("["&A1&".xls]Sheet1!B3")
    works if the file is open. (untested otherwise)
    Does anyone know of a way to do this with the source spreadsheet closed?

    Thanks!

+ 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