Employee training tracker & calendar – tutorial & download

Share

Facebook
Twitter
LinkedIn

Imagine you are the head of training department at ACME Inc. You arrange training programs round the year to empower your team. It is hard work, coordinating between employees, trainers, department heads, venues and coffee machines. What if there is something to help you keep track of all this? I am not talking about getting you a shiny new iPad, you silly. I am talking about a tracker & calendar built in Excel that ties everything together (well, almost everything, you still have to fill the coffee machine.)

This is what we are going to build:

training-calendar-view

Please watch this 8 minute video before moving on. It explains how the workbook is setup and what it does.

[Watch this video on Chandoo.org YouTube channel]

Employee training tracker & calendar – how is it made?

Step 1: Get the data

The first step is to figure out what types of data we need. At the very least, we need 3 sets of data:

  • A list of people
  • A list of training courses

Let’s assume our data looks like this:

training-tracker-data-people

training-tracker-data-courses

All of this data is maintained in Excel tables (named people and courses)

Step 2: Set up a tracker to assign people to training programs

Once we have all the data, we can create a tracker (another Excel table). This allows us to map people to various courses.

Error checking at tracker level:

When you map people to training courses, there are 3 possibilities:

  1. The mapping could be duplicate
  2. The course is over capacity
  3. The mapping is OK

We can use conditional formatting to show these errorsin the tracker so that users will know if everything is ok or not.

We end up with something like this:

training-tracker

Step 3: Design calendar view on paper

We need to define goals for calendar view. Let’s say the calendar view should answer these questions:

  • What courses are happening right now (3 month window)
  • How many people have attended the courses?
  • What is the total cost
  • What is the feedback rating of the courses?
  • Show summaries for individual departments or all

Next step is to sketch the calendar view. Here is what I came up with.

training-tracker-calendar-view-mockup

Step 4: Set up slicer & scroll bar form control

Using the instructions in introduction to slicers and introduction to form controls, we set up a slicer on department and a scroll bar to select month.

Step 5: Calculate all the necessary values for calendar view

This is the engine of our calendar view. There are a lot of calculations that go in to showing  various summaries and monthly values. Explaining all of them will take forever. Instead, let me summarize the key techniques.

Once the calculations are ready, we move to next step.

Step 6: Plug the values in to Calendar view and format

One all the values are loaded to calendar view (thru linked cells, of course), we need to format.

  • Use conditional formatting to show borders, fill colors only if a cell has value
  • Use conditional formatting to change the color of star rating depending on the slicer selection.
  • Set header portion apart with colors and spacer rows.
  • Clean up and hide un-necessary stuff.

And the calendar view is ready.

training-calendar-view

Download Training Tracker & Calendar workbook

Click here to download the training tracker & calendar workbook. Play with the calendar view, Examine the formulas in hidden Calc worksheet and change inputs to learn more.

Of course, it’s not that simple.

I have summarized only the key steps. The actual process of making this calendar is a bit more lengthy and time consuming.

To learn more about how this dashboard is made, consider enrolling in our Excel School + Dashboards online course.

This workbook & detailed tutorial (45 mins) is now part of Excel School videos.

full-video-training-tracker-calendar

Please click here to know more about the Excel School program and enroll.

More Excel dashboards & trackers for you

If you manage staff then you would love these additional resources.

Facebook
Twitter
LinkedIn

Share this tip with your colleagues

Excel and Power BI tips - Chandoo.org Newsletter

Get FREE Excel + Power BI Tips

Simple, fun and useful emails, once per week.

Learn & be awesome.

Welcome to Chandoo.org

Thank you so much for visiting. My aim is to make you awesome in Excel & Power BI. I do this by sharing videos, tips, examples and downloads on this website. There are more than 1,000 pages with all things Excel, Power BI, Dashboards & VBA here. Go ahead and spend few minutes to be AWESOME.

Read my storyFREE Excel tips book

Overall I learned a lot and I thought you did a great job of explaining how to do things. This will definitely elevate my reporting in the future.
Rebekah S
Reporting Analyst
Excel formula list - 100+ examples and howto guide for you

From simple to complex, there is a formula for every occasion. Check out the list now.

Calendars, invoices, trackers and much more. All free, fun and fantastic.

Advanced Pivot Table tricks

Power Query, Data model, DAX, Filters, Slicers, Conditional formats and beautiful charts. It's all here.

Still on fence about Power BI? In this getting started guide, learn what is Power BI, how to get it and how to create your first report from scratch.

11 Responses to “Fix Incorrect Percentages with this Paste-Special Trick”

  1. Martin says:

    I've just taught yesterday to a colleague of mine how to convert amounts in local currency into another by pasting special the ROE.

    great thing to know !!!

  2. Tony Rose says:

    Chandoo - this is such a great trick and helps save time. If you don't use this shortcut, you have to take can create a formula where =(ref cell /100), copy that all the way down, covert it to a percentage and then copy/paste values to the original column. This does it all much faster. Nice job!

  3. Jody Gates says:

    I was just asking peers yesterday if anyone know if an easy way to do this, I've been editing each cell and adding a % manually vs setting the cell to Percentage for months and just finally reached my wits end. What perfect timing! Thanks, great tip!

  4. Jon S says:

    If it's just appearance you care about, another alternative is to use this custom number format:
    0"%"

    By adding the percent sign in quotes, it gets treated as text and won't do what you warned about here: "You can not just format the cells to % format either, excel shows 23 as 2300% then."

    • Steven Peters says:

      Dear Jon S. You are the reason I love the internet. 3 year old comments making my life easier.

      Thank you.

  5. Jon Peltier says:

    Here is a quicker protocol.

    Enter 10000% into the extra cell, copy this cell, select the range you need to convert to percentages, and use paste special > divide. Since the Paste > All option is selected, it not only divides by 10000% (i.e. 100), it also applies the % format to the cells being pasted on.

  6. Chandoo says:

    @Martin: That is another very good use of Divide / Multiply operations.

    @Tony, @Jody: Thank you 🙂

    @Jon S: Good one...

    @Jon... now why didnt I think of that.. Excellent

  7. sajith says:

    Thank You so much. it is really helped me.

  8. Winnie says:

    Big help...Thanks

  9. Chris Fry says:

    Thanks. That really saved me a lot of time!

  10. Texas says:

    Is Show Formulas is turned on in the Formula Ribbon, it will stay in decimal form until that is turned off. Drove me batty for an hour until I just figured it out.

Leave a Reply