Forum Discussion

samantha92's avatar
samantha92
Frequent Visitor
7 years ago

Mean Time Between Failure

My goal is to have the equation below:

 

MTBF (Mean Time Between Failure)=(total # of equip in each category * 12) / (rolling 12 month sum of breakdowns in category)

 

My first data set contains every piece of equipment and references its equipment type.

equipment list

 

My second data set contains the notification date, breakdown indicator and equipment for all equipment that had issues. I'm only drawing data for the ones that actually have the breakdown indicator:

equipment with breakdowns

 

I also have a Calendar reference table.

 

I will need to be able to graph total MTBF over all equipment types, and also break it down by equipment type monthly.