+ Reply to Thread
Results 1 to 4 of 4

Program Management Workload Data spreadsheet with Pivot Tables for reporting

  1. #1
    Registered User
    Join Date
    09-09-2019
    Location
    Boston, Massachusetts
    MS-Off Ver
    2016
    Posts
    2

    Program Management Workload Data spreadsheet with Pivot Tables for reporting

    version: Excel 2016

    Hello!

    I created a workload database in excel to track Program Consultant Activities within my organization. The Top Level sheet consists of seven pivot tables that get their information from different sheets/columns. The Current program pivot table pulls its data from the sheet named “Active”, the CY 2019 and Level PTs pull from “CY19”, the CY18 and Level PTs pull from “CY18”, the 2018 – 2019 PT pulls from “Additional Functions”

    The sheet named “ALL” is where I put all programs, active, 2018 or 2019 and from there I sorted, filtered, and copied the information to the corresponding sheet so that I could create their respective PivotTables.

    The Program Support sheet includes all the information in “ALL”, “Active”, CY19”, and “CY18” with the addition of the activities the consultant/teams are performing for each specific program. Some programs have multiple activities from one consultant/team or some programs have multiple activities from multiple consultants/teams.

    In order to create the Top Level sheet it required a lot of sorting, filtering, and manual entry on my part but now I’m handing the spreadsheet off to someone else and I would like to simplify the process. I have another spreadsheet where each consultant inputs their program information under their own sheet, then I pull that information and put it in the Program Support sheet of this spreadsheet. My boss wants to be able to have numbers for anything and everything recorded in this workbook. “How many active programs are there now?” “How many programs were active in 2018?” “How many programs did each advisor/team work on in 2019, including programs that are now inactive?” Plus any other combination of data/information you can think of.

    My biggest headscratcher for this is definitely the Program Support sheet due to their being multiple activities per program, plus duplicated programs (which is why some of the Dept names are in parentheses). I need an easy way for the consultants to update this spreadsheet and be able to pull the information. I removed a majority of the programs but wanted to leave enough for a snapshot of what I’m working with. Any help or guidance would be greatly appreciated.
    Attached Files Attached Files

  2. #2
    Forum Expert CK76's Avatar
    Join Date
    06-16-2015
    Location
    ONT, Canada
    MS-Off Ver
    Office 365 ProPlus
    Posts
    5,883

    Re: Program Management Workload Data spreadsheet with Pivot Tables for reporting

    In this sort of set up, my recommendation is to set up relationships between different tables.

    Typically I'd use proper relational data base, instead of Excel for setting up data entry/storage (ex: MS Access, MS SQL, MySQL etc).
    See link below, for typical Project Management data model (i.e. Data Entry Application side).
    https://www.vertabelo.com/blog/organ...nt-data-model/

    While this model is suitable for data entry, it isn't for reporting.

    Easiest format for Excel (or any analysis tool) to report is from single fact table, with relationship to multiple dimension tables (i.e. Star Schema).
    Or multiple fact table, connected via dimension tables (collection of Star Schema, i.e. Fact Constellation Schema).

    This transformation can be done via ETL Tool (for Excel, PowrQuery/Get & Transform). Then reporting on any data will be easy.

    However, you may not have the option to use relational db...

    In that case, you can use Excel as data entry/storage tool. But be warned, that it will require significant work in setting up process and in maintenance.

    To start off, I'd first recommend making sure that all tables are in flat table structure (Ex: CY18/CY19 in single column).
    Then identify how data should be structured (what belongs to fact table and what belongs to dimension table etc).

    Have a read of below link for good overview on how to build star schema model. This is key to making PivotTable work with your underlying data.
    http://gkmc.utah.edu/ebis_class/2003...18/schemas.htm

    This may seem daunting at first, but once you have data structure set up properly, it will make it easier to analyze your organization's data.
    ?Progress isn't made by early risers. It's made by lazy men trying to find easier ways to do something.?
    ― Robert A. Heinlein

  3. #3
    Registered User
    Join Date
    09-09-2019
    Location
    Boston, Massachusetts
    MS-Off Ver
    2016
    Posts
    2

    Re: Program Management Workload Data spreadsheet with Pivot Tables for reporting

    Thank you for the quick response.

    I started to build an Access Databse but I had take a class online in order to really understand what I'm doing with Access and I'm only about halfway through the class.
    I only have about 2 weeks until I hand off the spreadsheet (or whatever I have) to the next person and I just don't think that's enough time for me to finish the Access Database
    and write "how to" guides for those filling it out and those pulling queries.

    I took a look at the "Understanding Star Schemas" link and it looks like it's similar to what I was attempting in Access with relationships, tables, queries, etc. before going
    back to my excel spreadsheet. I know enough about Access to build a database that doesn't really work the way it's supposed to.

    My reasoning behind having separate columns for CY18 and CY19 is because I had to tell my boss how many programs were active in CY18, how many programs were active in CY19, and
    how many programs are currently active. Some programs were active in CY18 and CY19 but aren't currently active, some programs were active in CY18 and CY19 and are currently active.
    So if I can still pull that information by making CY18/CY19 one column, then I'm just not sure how to accomplish that.

  4. #4
    Forum Expert CK76's Avatar
    Join Date
    06-16-2015
    Location
    ONT, Canada
    MS-Off Ver
    Office 365 ProPlus
    Posts
    5,883

    Re: Program Management Workload Data spreadsheet with Pivot Tables for reporting

    Instead of using CY18/19. You could add project start date & project end date. Meaning if it falls within CY18 range only, then it's CY18 yes, but no for CY19.

    If Start is CY18 date, but end date is left blank, it's still active and yes for Both CY18 & CY19.

    You may need additional helper column for pivot table slicer/filter (if using PowerPivot, this can be avoided using DAX measure using USERRELATIONSHIP function).

    But ideally, you'd add each event related to project as it's own line item. I.E. Date column records date that something happened, and some other column to record event type (Start, End, Activity etc).

+ 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. Auto reporting info based on multiple variables using Pivot tables
    By m3d1c123 in forum Excel - New Users/Basics
    Replies: 3
    Last Post: 08-10-2018, 02:05 PM
  2. Automation using a macro or formulas for management reporting
    By excelvba123 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-10-2015, 02:39 PM
  3. Replies: 10
    Last Post: 11-03-2013, 02:24 AM
  4. [SOLVED] Survey reporting with pivot tables
    By jlanzi in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 12-06-2012, 03:45 PM
  5. Replies: 6
    Last Post: 10-14-2011, 12:34 PM
  6. Which method of averaging for management reporting
    By ernestgoh in forum Excel General
    Replies: 4
    Last Post: 02-22-2010, 02:27 PM
  7. [SOLVED] reporting based on spreadsheet data
    By Alex in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 08-10-2005, 07:05 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