Hi,
I am trying to work out the Meant Time Between Failures for Servers during a particulare three month period.
I already work out the MTBF for a particular server for all the data available as follows
IF('Availability Rankings'!C3=0," ",(hrsofservice/COUNTIF(INDIRECT("'Network Stats Unplanned'!"&rangetouse),A22))/24)
Where the rangetouse can be adjusted to pick out parts of the spreadsheet and A22 is the location of the Server name.
In the main spreadsheet there is a column 'N' which has the Month number in (1 to 12) and I want to do the calculation above based on the server name and 3 months of my choice (eg, 7, 8, 9)
Any ideas.
I am trying to work out the Meant Time Between Failures for Servers during a particulare three month period.
I already work out the MTBF for a particular server for all the data available as follows
IF('Availability Rankings'!C3=0," ",(hrsofservice/COUNTIF(INDIRECT("'Network Stats Unplanned'!"&rangetouse),A22))/24)
Where the rangetouse can be adjusted to pick out parts of the spreadsheet and A22 is the location of the Server name.
In the main spreadsheet there is a column 'N' which has the Month number in (1 to 12) and I want to do the calculation above based on the server name and 3 months of my choice (eg, 7, 8, 9)
Any ideas.