+ Reply to Thread
Results 1 to 4 of 4

Trying to highlight missing training from completed training

Hybrid View

  1. #1
    Registered User
    Join Date
    11-13-2021
    Location
    London
    MS-Off Ver
    365
    Posts
    2

    Trying to highlight missing training from completed training

    Hi

    This is my 1st post.

    This is what I'm trying to achieve and I would like to know how I can achieve it.

    I want to produce a table of mandatory courses based on completed training to highlight the mandatory courses missing.

    What I have
    1 - Each department has a specific number of mandatory courses.
    2 - I have the completed training courses data.

    I want to know how I can generate a table of all Mandatory courses by department by employee so that it will tell me which employees are missing training. So the completed training would appear and just the missing training courses would be highlighted for each employee. I'm thinking there must be a master matrix giving the mandatory courses for each department. Please see the other tabs for a worked example.

    See attached sample scenario.

    I have to do this for 200 departments for 2000 employees.

    Thanking you in advance.

    CHRIS.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    10-15-2018
    Location
    MA, USA
    MS-Off Ver
    2010, 2019
    Posts
    1,616

    Re: Trying to highlight missing training from completed training

    Welcome to the forum

    I shortened your tab names just to keep the formula length manageable during development - feel free to change them back.

    Department names have to match on all sheets! On the "Mandatory" sheet I changed "Dept XYZ" to "XYZ" etc. Also in E3 (at least) on the "Mandatory" worksheet there is a spurious "space" character after "Yes" that would cause the formula to fail.

    The full set of courses needs to exist on all 3 worksheets.

    All of the "Required table" worksheet is calculated - there is no direct data entry to this sheet.
    I added a few extra employees for the sake of testing. Here's how the "Required Table" worksheet looks:

    courses.png

    A2 copied down: =Completed!A2
    B2 copied down: =IFERROR(VLOOKUP(A2, Completed!A:B,2, FALSE), "")
    C2 copied across and down to G7:
    Formula: copy to clipboard
    =IFERROR(IF(ISNUMBER(INDEX(Completed!$C$2:$G$10, MATCH($A2, Completed!$A$2:$A$10, 0), MATCH(C$1, Completed!$C$1:$G$1, 0))),
    INDEX(Completed!$C$2:$G$10, MATCH($A2, Completed!$A$2:$A$10, 0), MATCH(C$1, Completed!$C$1:$G$1, 0)),
    IF(INDEX(Manadatory!$B$2:$F$3, MATCH($B2, Manadatory!$A$2:$A$3, 0), MATCH(C$1, Manadatory!$B$1:$F$1, 0))="Yes", "Missing", "n/a")), "")
    The attached update to your workbook implements the above.

    Let us know if this is what you are looking for.
    Attached Files Attached Files
    Last edited by GeoffW283; 11-13-2021 at 04:31 PM.
    Geoff

    Did I help significantly? If you wish, click on * Add Reputation to say thanks.
    If your problem has been resolved please select ?Solved? from the Thread Tools menu

  3. #3
    Registered User
    Join Date
    11-13-2021
    Location
    London
    MS-Off Ver
    365
    Posts
    2

    Re: Trying to highlight missing training from completed training

    Hi Geoff

    This is exactly what I'm looking for!

    Thank you so much for your time, knowledge & experience in formulating the solution.

    It will also push the boundaries of my Excel knowledge.

    Kind regards

    Chris

  4. #4
    Forum Expert
    Join Date
    10-15-2018
    Location
    MA, USA
    MS-Off Ver
    2010, 2019
    Posts
    1,616

    Re: Trying to highlight missing training from completed training

    Glad I could help. Thanks for the positive feedback and the rep.

+ 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. [SOLVED] Training Roster Tracking involving Employee Training and Groups
    By colbywolford in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 06-03-2020, 05:37 PM
  2. Replies: 15
    Last Post: 10-21-2019, 08:28 PM
  3. [SOLVED] Tracking training Sessions and Leader training with Countif and if statements?
    By lreed in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 03-02-2017, 06:38 PM
  4. [SOLVED] Table that will show if person has completed particlar training
    By TAMMY32 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 02-02-2017, 06:28 PM
  5. [SOLVED] Need to Determine Training Room Availability based off a training plan
    By sinspawn56 in forum Excel General
    Replies: 2
    Last Post: 06-08-2015, 03:15 PM
  6. Replies: 0
    Last Post: 11-02-2011, 08:47 PM
  7. Excel VBA Training by Dunamis Training, LLC
    By Chad Marinelli in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-01-2007, 05:02 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