+ Reply to Thread
Results 1 to 3 of 3

Linking to a closed workbook

  1. #1
    Danedel
    Guest

    Linking to a closed workbook

    I'm having trouble linking to a closed workbook. I want to update information
    from that book to another book and am certain I have entered the correct
    formula, at least according to Excel's help section, yet I get error
    messages. Here's the formula:

    =(‘S:\office\Maint. OT 2006[JAN 2006 OT FORM.xls]JAN OT Tracking Chart
    2006’!AA6)

    I'm not computing anything, just referencing data from a single cell.
    Anyone's help would be greatly appreciated. Thanks.



  2. #2
    Dave Peterson
    Guest

    Re: Linking to a closed workbook

    Open both workbooks.

    Edit|Copy AA6 of that "sending" worksheet.

    Find where you want it to be placed in the "receiving worksheet"

    edit|paste special|paste link

    When you close the sending workbook, you'll see that excel adjusted the formula.



    Danedel wrote:
    >
    > I'm having trouble linking to a closed workbook. I want to update information
    > from that book to another book and am certain I have entered the correct
    > formula, at least according to Excel's help section, yet I get error
    > messages. Here's the formula:
    >
    > =(‘S:\office\Maint. OT 2006[JAN 2006 OT FORM.xls]JAN OT Tracking Chart
    > 2006’!AA6)
    >
    > I'm not computing anything, just referencing data from a single cell.
    > Anyone's help would be greatly appreciated. Thanks.


    --

    Dave Peterson

  3. #3
    Harlan Grove
    Guest

    Re: Linking to a closed workbook

    Dave Peterson wrote...
    >Open both workbooks.
    >
    >Edit|Copy AA6 of that "sending" worksheet.
    >
    >Find where you want it to be placed in the "receiving worksheet"
    >
    >edit|paste special|paste link

    ....

    An alternative would be typing an = in the receiving workbook, then
    pressing [Ctrl]+[F6] to switch to the sending workbook, move to cell
    pointer to the desired cell, and press [Enter].

    >Danedel wrote:
    >>I'm having trouble linking to a closed workbook. I want to update information
    >>from that book to another book and am certain I have entered the correct
    >>formula, at least according to Excel's help section, yet I get error
    >>messages. Here's the formula:
    >>
    >>=('S:\office\Maint. OT 2006[JAN 2006 OT FORM.xls]JAN OT Tracking Chart
    >>2006'!AA6)

    ....

    The formula above is wrong. You're missing a backslash, \, between the
    directory name and the filename in square brackets. So your formula
    should be

    =('S:\office\Maint. OT 2006\[JAN 2006 OT FORM.xls]JAN OT Tracking
    Chart 2006'!AA6)

    As a general rule, computers are far more accurate than humans about
    details. When programs tell you something is incorrect, at least 99.99%
    of the time the computers are correct, and you're wrong.


+ 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