I have a column that have the following items below that is typed in the column based off the ticket in our ticketing database:
Critical
Critical (Not Measured)
Major
Major (Not Measured)
Minor
N/A
This is the matrix that is used:
Category Response Time Restoral Time Status
Critical 15 mins 4 hours A
Critical(Not Measured) 15 mins 4 hours C
Major 15 mins 8 hours B
Major (Not Measured) 15 mins 8 hours D
Minor 35 mins 12 hours E
Minor 35 mins 18 hours F
I need to have a VLOOKUP based on the info above. So if a category is CRITICAL or A and the MTTR (response time) is at or below 15 mins and the MTTR (restoral time) is at or below 4 hours the KPI should be MET or MISSED. I need to have a VLOOKUP to reflect that.
Critical
Critical (Not Measured)
Major
Major (Not Measured)
Minor
N/A
This is the matrix that is used:
Category Response Time Restoral Time Status
Critical 15 mins 4 hours A
Critical(Not Measured) 15 mins 4 hours C
Major 15 mins 8 hours B
Major (Not Measured) 15 mins 8 hours D
Minor 35 mins 12 hours E
Minor 35 mins 18 hours F
I need to have a VLOOKUP based on the info above. So if a category is CRITICAL or A and the MTTR (response time) is at or below 15 mins and the MTTR (restoral time) is at or below 4 hours the KPI should be MET or MISSED. I need to have a VLOOKUP to reflect that.