+ Reply to Thread
Results 1 to 2 of 2

A Linking Problem

  1. #1
    PA
    Guest

    A Linking Problem

    Assume I have a column of numbers, in a file named Source. (range is B2:B10).
    These cells are linked to a column in a file named Destination(range is
    E2:E10).
    If I add a new row 5 to the source, is there a way I can get the previously
    linked cells in Destination to continue to display the correct values.
    After adding the new row 5 in source, rows in Destination below row 5
    display values from rows below (in the Source file).
    I hope this is not too confusing a question (I am confused).
    If it of importance, the linking was done using Paste Link in the Paste
    Special dialog.
    Thanks.

  2. #2
    Ron de Bruin
    Guest

    Re: A Linking Problem

    Hi PA

    You can try to use Row() in your formula

    =INDIRECT("Sheet2!A"&ROW())

    It always point to the same row then


    --
    Regards Ron de Bruin
    http://www.rondebruin.nl



    "PA" <[email protected]> wrote in message news:[email protected]...
    > Assume I have a column of numbers, in a file named Source. (range is B2:B10).
    > These cells are linked to a column in a file named Destination(range is
    > E2:E10).
    > If I add a new row 5 to the source, is there a way I can get the previously
    > linked cells in Destination to continue to display the correct values.
    > After adding the new row 5 in source, rows in Destination below row 5
    > display values from rows below (in the Source file).
    > I hope this is not too confusing a question (I am confused).
    > If it of importance, the linking was done using Paste Link in the Paste
    > Special dialog.
    > 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