+ Reply to Thread
Results 1 to 6 of 6

Linking worksheets based on an action

  1. #1
    Registered User
    Join Date
    01-20-2015
    Location
    Kentucky
    MS-Off Ver
    2013
    Posts
    27

    Linking worksheets based on an action

    I have 3 separate worksheets that I need to have First and last name created and the start date on all three. Tracking sheet step 1 is the originator once I enter the start date, I need the first and last name to be copied over to New hire spreadsheet - step 2 then to employee vacation tracker step 3. How do I get the 3 items to appear on each once i enter the start date on step 1. Thank you.
    Tracking Sheet step 1.xlsxNew Hire Spreadsheet Step 2.xlsmEmployee attendance tracker 2015 step 3.xlsx

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,311

    Re: Linking worksheets based on an action

    You coud link the cells using this (brings "John" back from the tracking sheet; drag down. Drag across to return "Doe"). if you enter Fred Bloggs below John Doe in sheet 1, that'll automatically copy over to sheet 2.

    =IF('[Tracking Sheet step 1.xlsx]Start Date'!D2="","",'[Tracking Sheet step 1.xlsx]Start Date'!D2)
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  3. #3
    Registered User
    Join Date
    01-20-2015
    Location
    Kentucky
    MS-Off Ver
    2013
    Posts
    27

    Re: Linking worksheets based on an action

    I am sorry I don't understand. It looks like you have it to move in the same workbook. I need to link 3 different workbooks.

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,311

    Re: Linking worksheets based on an action

    Paste that formula into the appropriate cells in the second and third workbooks.

  5. #5
    Registered User
    Join Date
    01-20-2015
    Location
    Kentucky
    MS-Off Ver
    2013
    Posts
    27

    Re: Linking worksheets based on an action

    Hello,
    When I paste the formula it returns the first name in the column where the start date should be. I am sorry for not being able to get this.

  6. #6
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,311

    Re: Linking worksheets based on an action

    Ok. Let's try a different approach. This sort of thing is always made a bit more awkward 'cos I don't know the file path that you're using. Open Step 1 and Step 2.

    In Step 2, Data A2, enter: =
    Switch to Step 1 sheet and click on Start date E2 and press enter. Don't panic!! Yes you have a column of Johns...
    Select Step 2, Data A2, edit the formula by removing the $ before E and 2 of E2. Now you have a column of zeros and 1 john.
    Amend the formula, using copy/paste to read: =IF('[Tracking Sheet step 1.xlsx]Start Date'!E2="","",'[Tracking Sheet step 1.xlsx]Start Date'!E2).
    You can get the family name simply by dragging the formula across 1. To get the start data and state, copy the fromula intot he appropriate columns and amend the column references appropriately.

    Done.

+ 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. Replies: 1
    Last Post: 01-28-2013, 04:28 AM
  2. Linking 2 excel worksheets based on common columns
    By teewhy in forum Excel General
    Replies: 1
    Last Post: 10-18-2012, 02:12 PM
  3. Replies: 1
    Last Post: 05-05-2010, 04:18 AM
  4. Replies: 3
    Last Post: 02-11-2007, 10:17 AM
  5. Same action in different worksheets
    By sa02000 in forum Excel General
    Replies: 5
    Last Post: 10-13-2005, 05:52 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