+ Reply to Thread
Results 1 to 5 of 5

importing data from other offline workbooks

  1. #1
    Registered User
    Join Date
    07-16-2007
    Posts
    1

    importing data from other offline workbooks

    hi i have a lot of different excel work books at work, utilization, expenditure reports.
    anyway i need to take some values out of one work book and have them in a different one, but i'd like it to be automated, something like an advanced look up, or index function.

    is there anyway i can do this? also can i specify which sheet to use in the offline workbook?

    any help is much appreciated

    cheers

  2. #2
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Quote Originally Posted by budman182
    hi i have a lot of different excel work books at work, utilization, expenditure reports.
    anyway i need to take some values out of one work book and have them in a different one, but i'd like it to be automated, something like an advanced look up, or index function.

    is there anyway i can do this? also can i specify which sheet to use in the offline workbook?

    any help is much appreciated

    cheers
    Hi,

    by 'offline' I presume that you mean not open.

    The VLookup function will operate on a non-open workbook, but for other access you will need something like the MoreFunc add-in

    hth
    ---
    added, there is a download site at http://www.freewarehome.com/index.ht...e/Excel_t.html if you can stand the gawdy advert long enough to locate and get the file.
    ---
    Last edited by Bryan Hessey; 07-16-2007 at 06:52 PM.
    Si fractum non sit, noli id reficere.

  3. #3
    Registered User
    Join Date
    07-19-2007
    Posts
    2

    Question I'm having this issue also

    budman182,

    Did you ever find a solution to this issue? I'm needing to do something similar and would like to make use of the VLOOKUP function.

    I've tried:
    =VLOOKUP(B11,[TestConnectorList.xls]MasterConnectorList!A2:R138,18,FALSE)

    This doesn't seem to work. What is the correct format if this does work for accessing data in another workbook?

  4. #4
    Registered User
    Join Date
    07-19-2007
    Posts
    2

    Update

    Ok...

    It seems that it works when I reference something directly with a string.
    =VLOOKUP("12045808",[TestConnectorList.xls]MasterConnectorList!$A$2:$R$138,18,0)

    Is there a way possible for me to reference a cell? That seems to be my issue as I would like to be able to refer to some cell in my main sheet(that is I would like to perform my lookup based on some cell in my current workbook).

  5. #5
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Quote Originally Posted by Heyyouoverthere
    Ok...

    It seems that it works when I reference something directly with a string.
    =VLOOKUP("12045808",[TestConnectorList.xls]MasterConnectorList!$A$2:$R$138,18,0)

    Is there a way possible for me to reference a cell? That seems to be my issue as I would like to be able to refer to some cell in my main sheet(that is I would like to perform my lookup based on some cell in my current workbook).
    Rather than interlope on this thread you should start a new thread with a reference back to here.

    For your question, most functions will not work if the 'other' workbook is not currently open to you, VLookup is the exception which operates on open or closed books.

    To use other functions, locate the MoreFunc addin and include it on your system.

    hth
    ---

+ 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