+ Reply to Thread
Results 1 to 3 of 3

Thread: Reading from other files

  1. #1
    Registered User
    Join Date
    12-22-2011
    Location
    Loxton, Australia
    MS-Off Ver
    Excel 2003
    Posts
    14

    Reading from other files

    With the help from others I am able to now read from a cell on another worksheet using the below formula:
    =VLOOKUP($B$3,INDIRECT("'"&$B$2-1&"'!$A$6:$E$11"),5)

    If i wanted this to read from another file named after cell B2 what would it look like.

    The formula is in the Student Results worksheet on the attached file.

    Paul
    Attached Files Attached Files

  2. #2
    Forum Guru JBeaucaire's Avatar
    Join Date
    03-21-2008
    Location
    Bakersfield, CA
    MS-Off Ver
    2010
    Posts
    19,224

    Re: Reading from other files

    MoreFunc explanation
    http://www.excelforum.com/excel-gene...ndirect.html#2


    INDIRECT() formulas won't read from other workbooks if they are closed. You'll need the MOREFUNC Add-In which will give you INDIRECT.EXT() to use.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    “None of us is as good as all of us” - Ray Kroc
    “Actually, I *am* a rocket scientist.” - JB (little ones count!)

  3. #3
    Valued Forum Contributor mahju's Avatar
    Join Date
    11-27-2010
    Location
    Pakistan, Faisalabad
    MS-Off Ver
    Excel 2003, Excel 2007 (Portable)
    Posts
    388

    Re: Reading from other files

    Hi

    Try this one but as said earlier may won't work if the source file s closed

    Supose B1 has file name (with extention)

    =VLOOKUP($B$3,INDIRECT("'"&"["&$B$1&"]"&$B$2-1&"'!$A$6:$E$11"),3)
    Regards
    Mahju

    Mark the thread as solved if you are satisfied with the answer

    Rule 9
    Acknowledge the responses you receive, good or bad. If your problem is solved, please say so clearly, and mark your thread as Solved: Click the Edit button on your first post in the thread, Click Go Advanced, select [SOLVED] from the Prefix dropdown, then click Save Changes. If more than two days have elapsed, the Edit button will not appear -- ask a moderator to mark it.

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