I'm trying to create a project management / business intelligence platform with Excel.
Our company provides professional services and currently has 50 employees and subcontractors submitting timesheets with approximately 40-60 active customers. Each employee is currently submitting a Excel timesheet at the end of the month.
I have written some VBA code that copies each timesheet into a WorkBook, with a WorkSheet for each employee.
Approximately 50 WorkSheets ( 1 per employee)
Timesheet Fields: Customer, Employee, Business Group, Billable - Y/N, Work category, Comments, Hours worked
My question is: what is the best approach to analyze this data?
The Pivot Tables and Charts I would like to create in a dashboard:
- View Customers and Employees with hours worked.
- View for each Customer / Employee working hours
- View for each Employee showing customer work activity and hours
1. Want to deliver a dashboard for management to use without getting involved with setting up the data.
2. I'm exploring Pivot Tables and linking all the WorkSheets, however, I'm concerned that I will have to update this all the time to setup the correct regions as the Tables expand every month.
3. Also, looking at PowerPivot.
Would linking the Employee WorkSheets together make sense?
Would all the users (i.e. Management) require the PowerPivot add-in or just me for designing the data-links? Most users do not have the Professional version of Excel.
Table format (Employee Timesheet)
/ Customer / Employee / Business Group / Work Category / Billable - Y/N / Comments / Hours Worked /
I'm starting to familiarize myself with Excel's advanced tools, so I'm finding it difficult to specify the best design.
I feel that I'm almost there, but I don't understand the best path forward.
Any help or comments would be appreciated.
Thanks
Our company provides professional services and currently has 50 employees and subcontractors submitting timesheets with approximately 40-60 active customers. Each employee is currently submitting a Excel timesheet at the end of the month.
I have written some VBA code that copies each timesheet into a WorkBook, with a WorkSheet for each employee.
Approximately 50 WorkSheets ( 1 per employee)
Timesheet Fields: Customer, Employee, Business Group, Billable - Y/N, Work category, Comments, Hours worked
My question is: what is the best approach to analyze this data?
The Pivot Tables and Charts I would like to create in a dashboard:
- View Customers and Employees with hours worked.
- View for each Customer / Employee working hours
- View for each Employee showing customer work activity and hours
1. Want to deliver a dashboard for management to use without getting involved with setting up the data.
2. I'm exploring Pivot Tables and linking all the WorkSheets, however, I'm concerned that I will have to update this all the time to setup the correct regions as the Tables expand every month.
3. Also, looking at PowerPivot.
Would linking the Employee WorkSheets together make sense?
Would all the users (i.e. Management) require the PowerPivot add-in or just me for designing the data-links? Most users do not have the Professional version of Excel.
Table format (Employee Timesheet)
/ Customer / Employee / Business Group / Work Category / Billable - Y/N / Comments / Hours Worked /
I'm starting to familiarize myself with Excel's advanced tools, so I'm finding it difficult to specify the best design.
I feel that I'm almost there, but I don't understand the best path forward.
Any help or comments would be appreciated.
Thanks