+ Reply to Thread
Results 1 to 2 of 2

Adding rows in linked spreadsheets

  1. #1
    Registered User
    Join Date
    12-28-2005
    Posts
    1

    Adding rows in linked spreadsheets

    Hi. I am having an issue with 2 linked spreadsheets. I need to have the same data in both sheets...I linked them so i only have to enter data in one of them to save time. Occasionally i need to insert a new row in the first sheet to keep similar items together. Is it possible to have that new row (and the data i enter in it) automatically created in the second spreadsheet? At this time I have to create a new row and then link the cell in the second sheet manually every time. Is there a quicker way? Thanks in advance...

  2. #2
    Max
    Guest

    Re: Adding rows in linked spreadsheets

    Try this ..

    Suppose we want to link what's within Sheet1's A1:E100
    in Sheet2's A1:E100

    In Sheet2,

    Put in A1:
    =IF(OFFSET(Sheet1!$A$1,ROW()-1,COLUMN()-1)=0,"",
    OFFSET(Sheet1!$A$1,ROW()-1,COLUMN()-1))

    Copy A1 across to say, H1, fill down to H150 (say)

    Fill a range large enough to accommodate the
    max expected "expansion"* of the original range in Sheet1
    *via subsequent insertion of rows/cols within the original range

    Sheet2 will return the required results from Sheet1

    For formats, do a Copy > Paste special > Formats > OK
    (Copy from Sheet1, Paste special into Sheet2.
    This part is manual but should be simple to execute)
    --
    Rgds
    Max
    xl 97
    ---
    Singapore, GMT+8
    xdemechanik
    http://savefile.com/projects/236895
    --
    "Parcey" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi. I am having an issue with 2 linked spreadsheets. I need to have the
    > same data in both sheets...I linked them so i only have to enter data
    > in one of them to save time. Occasionally i need to insert a new row in
    > the first sheet to keep similar items together. Is it possible to have
    > that new row (and the data i enter in it) automatically created in the
    > second spreadsheet? At this time I have to create a new row and then
    > link the cell in the second sheet manually every time. Is there a
    > quicker way? Thanks in advance...
    >
    >
    > --
    > Parcey
    > ------------------------------------------------------------------------
    > Parcey's Profile:

    http://www.excelforum.com/member.php...o&userid=29933
    > View this thread: http://www.excelforum.com/showthread...hreadid=496326
    >




+ 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