Sum Total Weekly Hours in Random Date Ranges

lifeguard23

New Member
Joined
Jul 8, 2006
Messages
15
I have a spread sheet that I use to track various employees hours on various design projects. Each employee creates one tab for each month. In addition to the total hours that I can easily sum at the end of the month, I'd like to be able to see how many hours per week the person does. The issue is that hours are organized per project. The date is in Column A. The Total hours is in Column C. I want to figure out a way in which I can produce how many total hours occured during each week of that month (ie. Sept 4-10, 11-17, 18-24, etc.) as shows in K2:M6.

File:
https://dl.dropboxusercontent.com/u/5892902/hour_tracking.xlsx
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
Hi

If you change in this way


K
L
M
N
1
WEEKDATESDATESTOTAL HOURS
2
Week 1:
4-Sep​
10-Sep​
0.00​
3
Week 2
11-Sep​
17-Sep​
23.00​
4
Week 3
18-Sep​
24-Sep​
25.25​
5
Week 4
25-Sep​
30-Sep​
7.75​

<tbody>
</tbody>


n2=SUMPRODUCT(($A$9:$A$46>=L2)*($A$9:$A$46<=M2)*(ISNUMBER($C$9:$C$46)),$C$9:$C$46) copy down

 
Upvote 0

Forum statistics

Threads
1,221,310
Messages
6,159,176
Members
451,543
Latest member
cesymcox

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top