+ Reply to Thread
Results 1 to 2 of 2

2 sheets linked together

  1. #1
    Registered User
    Join Date
    09-03-2012
    Location
    USA
    MS-Off Ver
    Excel Office 365
    Posts
    8

    Smile 2 sheets linked together

    Hi,
    I have 2 excel sheets linked. Sheet 1 is BKY Sheet 2 is Day Sheet. I have formulas that copy info from BKY to Day sheet, however when I add a person (ie-on row 6) that information not show up on the Day Sheet. How do I resolve this problem?
    I add a line above and it changes my formula on the Day sheet to recognize the previous info that was posted.

    Attached file is called linked sheets - excel forum

    Thanks
    Attached Files Attached Files

  2. #2
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS365 Family 64-bit
    Posts
    24,721

    Re: 2 sheets linked together

    How are you adding a person on row 6? Are you inserting a new row? Your formulas won't work for that. When your formula references =A6, then you insert a row, Excel automatically updates it to =A7 so that it keeps pointing to the same cell (i.e., the same original data).

    The easiest solution is to simply type in new data after the last row, without doing Insert.

    The next-easiest solution is to change the formulas on Day Sheet from

    =bky!C6

    to

    =INDEX(bky!C:C,ROW()+3)

    You can put that formula in B3 then copy to all other cells. See attached.
    Attached Files Attached Files
    Jeff
    | | |會 |會 |會 |會 | |:| | |會 |會
    Read the rules
    Use code tags to [code]enclose your code![/code]

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Linked sheets
    By pccamara in forum Excel General
    Replies: 2
    Last Post: 03-11-2016, 11:30 AM
  2. Linked up sheets
    By English Rob in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 06-13-2014, 06:03 PM
  3. Linked files to linked sheets?
    By md2011 in forum Excel General
    Replies: 0
    Last Post: 10-13-2011, 10:16 AM
  4. [SOLVED] Linked sheets
    By Micos3 in forum Excel General
    Replies: 6
    Last Post: 02-15-2006, 12:10 PM
  5. Problem with linked sheets
    By shrutikhurana in forum Excel General
    Replies: 1
    Last Post: 02-15-2006, 07:10 AM
  6. Linked sheets problem!!
    By johncassell in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 08-26-2005, 10:05 AM
  7. [SOLVED] linked sheets
    By rexmann in forum Excel General
    Replies: 1
    Last Post: 06-10-2005, 01:05 PM

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