View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Earl Kiosterud Earl Kiosterud is offline
external usenet poster
 
Posts: 611
Default Rate of Failure Formula

David,

You don't say how your data is laid out, so I can only give you a general answer

C Count of televisions
F Failure count
P Period of failures, in days


= F * (365/P) / C

The above will give the fraction that would have failed in a year at the current rate. For
a percentage, format for % or multiply by 100.

= F * (365/P) / C * 100

For the period, subtract the beginning and end dates:

= F * (365/(enddate - startdate) / C * 100

You need only replace F, enddate, startdate and C with the cells of your data.
--
Regards from Virginia Beach,

Earl Kiosterud
www.smokeylake.com
-----------------------------------------------------------------------
"David M" wrote in message
...
Here is the general concept.

I have 56 Televisions. The month is currently april and 3 of those 56 have
failed(quit, don't work). I am wanting to try and find a quick and easy
formula that gives me the rate of failure. I know it is probably something
simple, though it seems all brain power has left me on a friday.

56 Television
3 Quit
4 Months into the year
Televisions are 1997 or older
2 different kinds -- Magnavox and Phillips.

I have a spreadsheet all laid out, though I just can't seem to think of the
way to tie it all together. I would like to show the rate of failure between
the two brands as well. 2 of those 3 are Magnavox's, and the other 1 is
Phillips. Any help would be -greatly- appreciated!

Thanks ahead of time!