Hello all...
I have data from 6 separate events.... event A was finished at 9:05
74.05% of the time... each event is listed that way...So my data looks
like this...
A 9:05 74.05%
B 10:55 72.91%
C 14:05 72.47%
D 9:15 67.97%
E 14:05 69.40%
F 13:20 70.26%
Now what I want to do is weigh each time and figure out what the
overall average time would be? How do I go about doing that?
Thank you all.
DILipandey - 28 May 2008 08:25 GMT
Hi, one approach would be taking the sum product of time and percentages.

Signature
Dilip Kumar Pandey
MBA, BCA, B.Com(Hons.)
dilipandey@yahoo.com
dilipandey@gmail.com
New Delhi, India
> Hello all...
>
[quoted text clipped - 13 lines]
>
> Thank you all.
Bob Phillips - 28 May 2008 10:26 GMT
Is it not just
=AVERAGE(C1:C6)

Signature
---
HTH
Bob
(there's no email, no snail mail, but somewhere should be gmail in my addy)
> Hello all...
>
[quoted text clipped - 13 lines]
>
> Thank you all.
Bob I - 28 May 2008 14:24 GMT
If you mean you are looking for the Average cumulative time of A through
F then Sum the times and average the percents.
> Hello all...
>
[quoted text clipped - 13 lines]
>
> Thank you all.