+ Reply to Thread
Results 1 to 5 of 5

Need to collate training dates from multiple worksheets within a spreadsheet

  1. #1
    Registered User
    Join Date
    07-05-2012
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    9

    Need to collate training dates from multiple worksheets within a spreadsheet

    I have a spreadsheet in Excel 2010 to track training dates from multiple external companies. I have a column which tells me when the annual training needs refreshing. I need to collate these refresher dates so that I can track them seperately. So I have multiple Company specific worksheets, within those worksheets I have the following:

    Employee name.
    Name of training.
    Date of training.
    Expiry date of training.

    Preferrably I want all expiry dates of training, with at least the Type of training and Company name included (company name is only mentioned in the Worksheet tab name)

    Thanks!
    Attached Files Attached Files
    Last edited by mgxeab; 05-09-2013 at 05:28 AM. Reason: To add file

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,726

    Re: Need to collate training dates from multiple worksheets within a spreadsheet

    It would be helpful if you posted a sample workbook - the FAQ describes how to.

    Pete

  3. #3
    Registered User
    Join Date
    07-05-2012
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    9

    Re: Need to collate training dates from multiple worksheets within a spreadsheet

    Thanks for the advice! have uploaded the file. Regards

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,726

    Re: Need to collate training dates from multiple worksheets within a spreadsheet

    I've made the following changes to your file (mostly shown in blue):

    a. Inserted a new column A in your three company sheets;
    b. Put this formula in A2 of each sheet:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    (copied down to row 10, i.e. beyond your data to allow for future expansion)
    c. Put the value 0 in cell A1 of the ACME sheet (the first in the sequence)
    d. Put this formula in A1 of the Global sheet:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    e. Put this formula in A1 of the HSBC sheet:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    (These formulae give a running sequence of records from one sheet to the next)

    I then inserted a new sheet named Summary, and set up a small lookup table in columns I and J, where I2 downwards lists your sheet names in sequence, and J1 contains zero and J2 this formula:

    Formula: copy to clipboard
    Please Login or Register  to view this content.

    which was then copied down to give the highest number in each sheet.

    Cell A2 contains this formula:

    Formula: copy to clipboard
    Please Login or Register  to view this content.

    to find the sheet name where the record numbered 1 exists.

    B2 contains this formula:

    Formula: copy to clipboard
    Please Login or Register  to view this content.

    which finds the row in the relevant sheet where the record numbered 1 occurs.

    The other columns all contain INDEX formulae to bring the relevant data back from the appropriate sheet. For example, C2 contains this:

    Formula: copy to clipboard
    Please Login or Register  to view this content.

    which gets the expiry date (column E) for the relevant record. Other formulae are very similar, the only change being to the E:E part. I've also added an Urgency column (G) to show you the ranking of the dates (earliest date = 1). The formulae in A2:G2 were then copied down to row 20.

    So, just add a record to one of the company sheets and you will see it automatically transferred to the Summary sheet.

    The columns in blue can be hidden if you prefer.

    Hope this helps.

    Pete
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    07-05-2012
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    9

    Re: Need to collate training dates from multiple worksheets within a spreadsheet

    Thank you very much for this, I will try it out and feedback soon ! Many thanks for your time

+ 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