+ Reply to Thread
Results 1 to 10 of 10

Link Sheets

  1. #1
    Registered User
    Join Date
    02-06-2009
    Location
    Toronto
    MS-Off Ver
    Excel 2003
    Posts
    6

    Link Sheets

    Hi,

    I am trying to link two sheets in the same file. My first sheet is a master file with lots of information. I'd like to take specific columns of that sheet and link it to a new sheet. I am currently doing a copy/paste special. This works when I update existing information. However, when I try to add a new row in my master file, it does not appear in my second sheet. HELP!

    Thanks
    Last edited by tanya_c3; 02-11-2009 at 03:35 PM.

  2. #2
    Forum Expert
    Join Date
    08-27-2008
    Location
    England
    MS-Off Ver
    2010
    Posts
    2,561

    Re: Link Sheets

    You can cause a sheet to replicate another with a simple (sheet1)A1=Sheet2!A1 type formula.

    More generally, why would you need the same data in a different sheet?

    CC

  3. #3
    Registered User
    Join Date
    02-06-2009
    Location
    Toronto
    MS-Off Ver
    Excel 2003
    Posts
    6

    Re: Link Sheets

    I don't however need all the data (or columns) from the first sheet.
    The first sheet is my master list where I have all the info on employees/projects, etc...

    What I am trying to do now is create another sheet to track attendance. I would only need to extract 3 columns of info from my first sheet and put it in the second sheet. I've tried the copy/paste special but I noticed that when I hire a new employee and add a row in the middle of my master sheet, it doesn't do the same on the second sheet.... Does this make more sense?

  4. #4
    Forum Expert
    Join Date
    08-27-2008
    Location
    England
    MS-Off Ver
    2010
    Posts
    2,561

    Re: Link Sheets

    There are a lot of options within paste special - I don't know which you have employed.

    Attached is how to make one sheet refer to another
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    02-06-2009
    Location
    Toronto
    MS-Off Ver
    Excel 2003
    Posts
    6

    Re: Link Sheets

    The problem with the file you sent is that if you add a row between row 4 and 5 (on Sheet 1), it will not add a row on Sheet 2. This is the problem I am encountering as well... How can we fix it?

    I used copy/Paste special - paste link.

  6. #6
    Forum Expert
    Join Date
    08-27-2008
    Location
    England
    MS-Off Ver
    2010
    Posts
    2,561

    Re: Link Sheets

    How about this:
    =OFFSET(Sheet1!$A$1,ROW()-1,COLUMN()-1)

    You'd need to think about how big your table might grow to

    CC

  7. #7
    Registered User
    Join Date
    02-06-2009
    Location
    Toronto
    MS-Off Ver
    Excel 2003
    Posts
    6

    Re: Link Sheets

    Thanks so much Charlie.
    I however have another little problem.

    Col 1: Employee #
    Col 2: Last Name, First Name
    Col 3: Last Name
    Col 4: First Name
    Col 5: Main Project
    Col 6: Job Title

    Out of this master list, I only need the information of Columns 2 and 5 to appear on my new sheet. How do I do this?

  8. #8
    Forum Expert
    Join Date
    08-27-2008
    Location
    England
    MS-Off Ver
    2010
    Posts
    2,561

    Re: Link Sheets

    I guess your first column is right, for the second column, use the same formula, but just change the offset address to $E$1

    HTH

  9. #9
    Registered User
    Join Date
    02-06-2009
    Location
    Toronto
    MS-Off Ver
    Excel 2003
    Posts
    6

    Smile Re: Link Sheets

    Thanks so much.. it works.
    I never heard of this formula in the past

  10. #10
    Registered User
    Join Date
    02-06-2009
    Location
    Toronto
    MS-Off Ver
    Excel 2003
    Posts
    6

    Re: Link Sheets

    I just noticed a problem...

    When I add a person on the first sheet, it will automatically add that person on the second sheet. The problem is that I am tracking attendance on the second sheet and when a new person appears on the second sheet, the attendance info doesn't get pushed down (it doesn't follow the name of the person). Basically, all the info I enter on my 2nd spreadsheet doesn't follow the name it's supposed to follow.

    Eg. 2nd spreadsheet
    Feb 1 Feb 2 Feb 3
    Tanya X
    David X

    If I add a person between Tanya and David, it will appear but it the rest of the info will not move

    Eg 2
    Feb 1 Feb 2 Feb 3
    Tanya X
    Janice X
    David

    I need that X to follow David if he moves!

+ 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