+ Reply to Thread
Results 1 to 3 of 3

Refrencing an entire worksheet?

  1. #1
    Registered User
    Join Date
    08-04-2005
    Posts
    10

    Refrencing an entire worksheet?

    Is it possible to refrence an entire worksheet from another workbook (which is unopened) so that I can use its cells for a Vlookup?

    Thanks

    Graham

  2. #2
    JE McGimpsey
    Guest

    Re: Refrencing an entire worksheet?

    One way:

    =VLOOKUP(A1,[Workbook2]Sheet1!$A:$IV,123,FALSE)

    It's easiest to create the link with the workbook open, as shown above.
    Otherwise, include the path in your reference.

    In article <[email protected]>,
    el_grimley <[email protected]>
    wrote:

    > Is it possible to refrence an entire worksheet from another workbook
    > (which is unopened) so that I can use its cells for a Vlookup?
    >
    > Thanks
    >
    > Graham


  3. #3
    Peo Sjoblom
    Guest

    Re: Refrencing an entire worksheet?

    It's easier if you open the other workbook first and use the mouse to select

    =VLOOKUP(D1,[myfile.xls]Sheet1!$1:$65536,3,0)

    then excel will add the necessary path when you close the workbook

    =VLOOKUP(D1,'C:\Documents and Settings\My Name\My
    Documents\[myfile.xls]Sheet1'!$1:$65536,3,0)

    otherwise you have to build the path yourself



    --
    Regards,

    Peo Sjoblom

    (No private emails please)


    "el_grimley" <[email protected]> wrote
    in message news:[email protected]...
    >
    > Is it possible to refrence an entire worksheet from another workbook
    > (which is unopened) so that I can use its cells for a Vlookup?
    >
    > Thanks
    >
    > Graham
    >
    >
    > --
    > el_grimley
    > ------------------------------------------------------------------------
    > el_grimley's Profile:
    > http://www.excelforum.com/member.php...o&userid=25924
    > View this thread: http://www.excelforum.com/showthread...hreadid=401954
    >



+ 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