|
In the xls file attached, the DATA table shows % allocation (in decimal form) for a person each week. So .50 would mean that that person is allocated 50% for that week. Definition of week is "Mon thru Sun" having standard 40 working hours, Sat/Sun are non-working days. So, a 0.50 allocation would mean that the person has been allocated for 20 hours in that week.
Based on this allocation I can find weekly allocated hours for each person. Now, what I want to do is simply translate this data so that I could know how many hours a person is allocated month wise.
Example... for Tom for Task2, he is allocated 80% for the week of Jan 28, that is for 32 hours. Now, week of Jan 28 has Fri, Sat, Sun falling in the month of Feb. Because one working day of the week is falling in Feb, I wanted to account just four days in the month of Jan, that is just 25.6 hrs (32*4/5).
Hope this makes question more clear. Thanks.
|