Trying to replace MS Project with a simpler Excel project management planning and reporting tool, but I'm stumbling when trying to calculate how many hours that was calculated and is reported for each project per week.
I've set up three namned lists ("Projects", "People" and "TimeType") in a sheet called "Definitions." These are then used to populate drop-down menus in a sheet called "Time."
The three first columns use these drop-downs so that all rows in col A can have the project names, all rows in col B can be populated with names of people, and all rows in col C can be either "Planned" or "Worked" time. The rest of the columns are a daily calendar with one day per column.
The idea is that I can plan how much time each person should work on a project on one row ("TimeType" is "Planned"), and then add a new row with the "TimeType" set to "Worked" to report daily on how much work was actually performed.
In the third sheet called "ReportPerProjectAndWeek" I can choose from the same "Project" and "TimeType" popup menus. I'd like to calculate the sum of all time planned/reported per project each week (i.e. all rows and the seven columns of the week matching the criteria) in the sheet "Time".
Can't figure out how calculate the weekly sum per project and time type. I've tried this:
...but it didn't cut it. Is there a quick way to fix this, and also to spread out this formula so that all week columns in the "ReportPerProjectAndWeek" sheet get the correct date range from the "Time" sheet?
I've uploaded the Excel file here:
<
Thankful for all insights!
/Jonas Hummelstrand
I've set up three namned lists ("Projects", "People" and "TimeType") in a sheet called "Definitions." These are then used to populate drop-down menus in a sheet called "Time."
The three first columns use these drop-downs so that all rows in col A can have the project names, all rows in col B can be populated with names of people, and all rows in col C can be either "Planned" or "Worked" time. The rest of the columns are a daily calendar with one day per column.
The idea is that I can plan how much time each person should work on a project on one row ("TimeType" is "Planned"), and then add a new row with the "TimeType" set to "Worked" to report daily on how much work was actually performed.
In the third sheet called "ReportPerProjectAndWeek" I can choose from the same "Project" and "TimeType" popup menus. I'd like to calculate the sum of all time planned/reported per project each week (i.e. all rows and the seven columns of the week matching the criteria) in the sheet "Time".
Can't figure out how calculate the weekly sum per project and time type. I've tried this:
Code:
=SUMPRODUCT(--(Time!$A$4:$A$400=$A$4);--(Time!$C$4:$C$400=$C$4);Time!G4:M500)
I've uploaded the Excel file here:
<
Thankful for all insights!
/Jonas Hummelstrand