Excel Time Sheets and Resource Management [Project Management using Excel – Part 4 of 6]

Share

Facebook
Twitter
LinkedIn

This is the fourth installment of project management using excel series.

Preparing & tracking a project plan using Gantt Charts
Team To Do Lists – Project Tracking Tools
Project Status Reporting – Create a Timeline to display milestones
Part 4: Time sheets and Resource management
Issue Trackers & Risk Management
Project Status Reporting – Dashboard
Bonus Post: Using Burn Down Charts to Understand Project Progress

Timesheets are like TPS reports - Necessary for Managers, May be annoying for team membersTimesheets are like TPS reports* of any project. Team members think of them as an annoying activity. For managers, timesheets are a vital component to understand how team is working and where the effort is going. I will not get in to the merits and pitfalls of timesheets. However, I feel that by using Microsoft Excel capabilities you can create a truly remarkable timesheet tracking tool and still leave your team members un-annoyed.

In this tutorial we will learn 3 things about timesheets and resource management using Excel

  1. How to setup a simple timesheet template in excel?
  2. How to make a more robust timesheet tracker tool in Excel?
  3. How to use the timesheet data to make a resource loading chart?

1. Make a Simple Excel Timesheet Template

According to Wikipedia, timesheets are used for

Timesheets may record the start and end time of tasks, or just the duration. It may contain a detailed breakdown of tasks accomplished throughout the project or program. This information may be used for payroll, client billing, and increasingly for project costing, estimation, tracking and management.

By defining a simple and straight forward template in Excel and using it to track time (or efforts) in your projects, you can easily consolidate the data, compare efforts and make any necessary analysis.

At its simplest form, the timesheet is nothing but list of team members and list of activities in a matrix. Look at the below example:

Simple timesheet template using microsoft excel

You can easily create such template in excel.

2. A More Robust Excel Timesheet Tracker

While the time sheet format shown in the above section is good, it is a wrong format if you need to analyze the timesheet entries of a 100 member project. Also in large projects usually members do few activities at a time. That means the above format (in section 1) will result in a sparse matrix.

Using a tracker log format is much more convenient to both record and analyze timesheet entries. Look at the example below:

Timesheet Tracker template using microsoft excel

We can use excel features like data validation drop downs, shared workbooks to make the timesheet entry and management a breeze.

3. Create a Resource Loading Chart – Project Management

Resource loading charts are a good way to show how busy the team members are in a project. At the outset the resource loading chart is nothing but a heatmap.

Look at an example resource loading chart below:

Resource loading chart example using excel charts

You can make a resource loading chart in MS Excel by following the below steps:

  1. The pre-condition for the resource loading chart is that we have clear data available to make one. This is where the robust timesheet tracker shown in section 2 of this post comes handy.
  2. First create a blank table in excel with team member names in first column and week numbers in first row. (Please note, you can make other types of resource loading charts by changing the Row and Column headers. For eg. You can show resource loading by Project and Team member)
  3. Assuming we have the time sheet data in the format shown in Section 2,
  4. Assuming “log_member_names” refers to the member name column and log_weeknum refers to the last column in the timesheet, we can write a simple COUNTIFS formula like this =COUNTIFS(log_member_names, “John Galt”, log_weeknums, 3)
  5. Once we calculate values for all team members using the above formula, we can apply conditional formatting to make the heat map. In Excel 2016 / 365, this is one step. 
    Resource loading chart using conditional formatting heatmaps
  6. That is all.

Download the Excel Timesheet & Resource Loading Chart Templates

You can download the excel time sheet template, timesheet tracker log template and resource loading chart template from here. Click the below links:

What Next?

Timesheets are a great way to understand how the effort is spent. Even though project estimation models have become more and more effective, still lots of projects are overshooting budgets and timelines. And this is where timesheets can help you as a manager. While estimation looks in to future, timesheets look at past. Timesheets give feedback to your estimation models. This can help you in making better estimates in future.

In the next installment of this series, learn about tracking issues and risks using excel spreadsheets.

If you are new to the series, please read the first 3 parts as well.

Resources for Project Managers

Check out my Project Management using Excel page for more resources and helpful information on project management.

Your thoughts and suggestions?

What are your ideas about timesheets using excel? Does your organization use excel as a way to manage timesheets or do you use some time tracking software? What is the granularity of detail captured in timesheets? As a project manager, what use do you find in time sheet data?

Share your ideas and experiences using comments.

*PS: If you are wondering what the heck TPS reports are, then you are spending way too much time with Excel buddy. And while at it, you missed the greatest comedy of all time. Go watch office space, now!

PPS: the TPS report image is from wikipedia.

Project Management Templates for Excel

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.

One Response to “How to compare two Excel sheets using VLOOKUP? [FREE Template]”

  1. Danny says:

    Maybe I missed it, but this method doesn't include data from James that isn't contained in Sara's data.

    I added a new sheet, and named the ranges for Sara and James.

    Maybe something like:
    B2: =SORT(UNIQUE(VSTACK(SaraCust, JamesCust)))
    C2: =XLOOKUP(B2#,SaraCust,SaraPaid,"Missing")
    D2: =XLOOKUP(B2#,JamesCust, JamesPaid,"Missing")
    E2: =IF(ISERROR(C2#+D2#),"Missing",IF(C2#=D2#,"Yes","No"))

    Then we can still do similar conditional formatting. But this will pull in data missing from Sara's sheet as well.

Leave a Reply