Hi,
Just wondering if anyone can help me with this statistical question.
An employee is rostered to work 95 days in a 6 month period, but actually works 90 days, meaning his average rate of working when rostered is 94.7% (90/95).
I have the following table in Excel range A1:C6 (comma delimited):
Employee,Days Rostered,Days Worked
1, 110, 108
2, 70, 55
3, 95, 90
4, 125, 125
5, 90, 88.5
(sorry, I don't know how to paste an excel table into a forum message!)
I need to determine the overall average rate of days worked out of days rostered. Initially, I found the rate for each individual employee, then averaged the rates, to arrive at an average rate of 93.9647% - the array formula I used was {=AVERAGE(B2:B6/C2:C6)}. Or, the same formula in a different form: =SUM(98.1818%, 78.5714%, 94.7368%, 100%, 98.3333%)/5
However, I was told that I should have used the formula =SUM(B2:B6)/SUM(C2:C6) which returns 95.2041%
I asked why the average formula was incorrect, but I wasn't told anything other than I should use the SUM/SUM formula above. Can anyone suggest which formula gives the correct average rate for days worked out of rostered days, and why the other formula is incorrect? I've been trying all day to remember my high school mathematics, but I can't understand why my AVERAGE formula is incorrect!
Tim
Just wondering if anyone can help me with this statistical question.
An employee is rostered to work 95 days in a 6 month period, but actually works 90 days, meaning his average rate of working when rostered is 94.7% (90/95).
I have the following table in Excel range A1:C6 (comma delimited):
Employee,Days Rostered,Days Worked
1, 110, 108
2, 70, 55
3, 95, 90
4, 125, 125
5, 90, 88.5
(sorry, I don't know how to paste an excel table into a forum message!)
I need to determine the overall average rate of days worked out of days rostered. Initially, I found the rate for each individual employee, then averaged the rates, to arrive at an average rate of 93.9647% - the array formula I used was {=AVERAGE(B2:B6/C2:C6)}. Or, the same formula in a different form: =SUM(98.1818%, 78.5714%, 94.7368%, 100%, 98.3333%)/5
However, I was told that I should have used the formula =SUM(B2:B6)/SUM(C2:C6) which returns 95.2041%
I asked why the average formula was incorrect, but I wasn't told anything other than I should use the SUM/SUM formula above. Can anyone suggest which formula gives the correct average rate for days worked out of rostered days, and why the other formula is incorrect? I've been trying all day to remember my high school mathematics, but I can't understand why my AVERAGE formula is incorrect!
Tim