Hello All,
I'm ultimately trying to calculate the standard deviation of a series of elapsed time values, hours and minutes, displayed as total minutes. Here's some samples. My formula for account for before midnight and after midnight time spans is =IF(A2>B2,(B2+1)-A2,B2-A2) I hope my columns are readable.
START TIME STOP TIME ELAPSEDTIME IN MINUTES
23:59 00:15 016
13:30 13:50 020
14:40 15:43 063
15:15 15:17 002
12:00 15:00 180
00:15 01:10 055
22:00 00:01 121
11:03 11:04 001
I used the formula =stdev(C2:C9) which results in 0.044291885 using the general cell format and 0.04429189 using number format to 8 decimal places.
I went out to the web and found a standard deviation calculator and my Excel end result is nowhere near the result of the other calculator.
Is there anyway I can prove this? Can anyone tell me if my end result is correct?
Thanks in advance.
I'm ultimately trying to calculate the standard deviation of a series of elapsed time values, hours and minutes, displayed as total minutes. Here's some samples. My formula for account for before midnight and after midnight time spans is =IF(A2>B2,(B2+1)-A2,B2-A2) I hope my columns are readable.
START TIME STOP TIME ELAPSEDTIME IN MINUTES
23:59 00:15 016
13:30 13:50 020
14:40 15:43 063
15:15 15:17 002
12:00 15:00 180
00:15 01:10 055
22:00 00:01 121
11:03 11:04 001
I used the formula =stdev(C2:C9) which results in 0.044291885 using the general cell format and 0.04429189 using number format to 8 decimal places.
I went out to the web and found a standard deviation calculator and my Excel end result is nowhere near the result of the other calculator.
Is there anyway I can prove this? Can anyone tell me if my end result is correct?
Thanks in advance.