+ Reply to Thread
Results 1 to 4 of 4

training tracker

  1. #1
    Registered User
    Join Date
    07-03-2017
    Location
    Dubai, UAE
    MS-Off Ver
    2016
    Posts
    2

    Post training tracker

    Hi!

    I need help. I'm trying to make a training tracker. I have managed to do something simple. However, I would like to create a "dashboard like" sheet. I would like to have all rows with specific data to be copied to this "dashboard" sheet.

    I have attached what i have made.

    Thanks!
    Attached Files Attached Files

  2. #2
    Forum Expert dflak's Avatar
    Join Date
    11-24-2015
    Location
    North Carolina
    MS-Off Ver
    365
    Posts
    7,920

    Re: training tracker

    Let me introduce you to the world of tables. This article will help: http://www.utteraccess.com/wiki/Tables_in_Excel.

    I converted your data into an Excel Table. Some of the advantages of tables is that they know how big they are so that pivot tables, charts and formulas automatically adjust to accommodate how much data the table has. Also table columns can be addressed by name which makes reading formulas a lot easier. For example =COUNTIF(Table1[Status], "exp soon") looks at the column Status and only takes into consideration the rows in the table so you do not have to look at all million plus rows. This makes a difference when you have a lot of formulas. Also when you add a new row, or delete a row, the formula is still good.

    Another good thing about tables is they "copy down." When you add #10 (in cell A20), it will become become part of the table and the formula and the conditional formatting for status will copy down automatically.''

    Finally, for this exercise at least, is you can attach slicers to the table. To insert a slicer click in the table, go to the Insert ribbon and select slicer - it is very intuitive from there.

    Slicers are filters on the table data, so this gives the dashboard-like appearance. They are also self-cascading meaning the value of one slicer determines what can be selected by the other slicers. So if you select NURSE in Designation, you can only select Names for people who are nurses.

    The table will be filtered accordingly. If you click on the funnel icon on the upper right of the slicer, the filter is removed.

    I'll make one more recommendation: Data Validation. You may want to use a list type validation for designation and a date type validation for Date Completed and Renewal Date. Here is more information on data validation: http://www.utteraccess.com/wiki/Data_Validation.
    Attached Files Attached Files
    One spreadsheet to rule them all. One spreadsheet to find them. One spreadsheet to bring them all and at corporate, bind them.

    A picture is worth a thousand words, but a sample spreadsheet is more likely to be worked on.

  3. #3
    Forum Expert dflak's Avatar
    Join Date
    11-24-2015
    Location
    North Carolina
    MS-Off Ver
    365
    Posts
    7,920

    Re: training tracker

    P.S. A hint on making a list type validation. Create a table Called "Table_Designation" with a single column called Designation. In this table add the designations.

    Now for the source of the validation use =INDIRECT("Table_Designation[Designation]") - This list is dynamic, as you add or delete designations from the list the drop-down will change to reflect the current status of the list. You can even sort the list if you wish.

    Just one more use for tables!

  4. #4
    Registered User
    Join Date
    07-03-2017
    Location
    Dubai, UAE
    MS-Off Ver
    2016
    Posts
    2

    Re: training tracker

    Wow! thanks a lot for your help sir. This is more than perfect. I appreciate your help!

+ 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. training tracker
    By fiona earely in forum Excel General
    Replies: 1
    Last Post: 07-26-2016, 08:39 AM
  2. training tracker
    By nsrawlings in forum Excel General
    Replies: 5
    Last Post: 12-30-2013, 01:27 AM
  3. Training and hours tracker
    By bighop in forum Excel General
    Replies: 5
    Last Post: 08-28-2013, 11:53 PM
  4. Physical Training Tracker for the Army
    By AARON_MYRICK in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-24-2013, 07:47 AM
  5. [SOLVED] COUNTIFS for Ongoing Training Tracker
    By ManKorn in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-22-2013, 02:25 PM
  6. Form for data entry for leave & training tracker
    By jon.krug in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 04-23-2012, 01:25 PM
  7. Excel 2007 : Training Tracker and Due Dates
    By InNeedoHelp in forum Excel General
    Replies: 2
    Last Post: 10-27-2009, 02:52 AM

Tags for this Thread

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