Probability and Impact Matrix (5 x 5)

Options

Hello,

I have three columns. They are: Probability, Impact, and Risk Score.

The values for each column appear below:

Probability

Almost Certain (90% or higher)

High (70% to 90%)

Moderate (40% to 70%)

Low (20% to 40%)

Very Low (less than 20%)


Impact

Very High

High

Medium

Low

Very Low


Risk Score

Conditional formatting rules were created to populate the color of the cells for Risk Score.

If Probability is โ€˜Almost Certain (90% or higher)โ€™ and Impact is โ€œVery Highโ€ then apply this format โ€œDARK REDโ€ to the Risk Score.

If Probability is โ€˜Almost Certain (90% or higher)โ€™ and Impact is โ€œHighโ€ then apply this format โ€œDARK REDโ€ to the Risk Score.

If Probability is โ€˜Almost Certain (90% or higher)โ€™ and Impact is โ€œMediumโ€ then apply this format โ€œREDโ€ to the Risk Score.

If Probability is โ€˜Almost Certain (90% or higher)โ€™ and Impact is โ€œLowโ€ then apply this format โ€œORANGEโ€ to the Risk Score.

If Probability is โ€˜Almost Certain (90% or higher)โ€™ and Impact is โ€œVery Lowโ€ then apply this format โ€œYELLOWโ€ to the Risk Score.

If Probability is โ€˜High (70% to 90%)โ€™ and Impact is โ€œVery Highโ€ then apply this format โ€œDARK REDโ€ to the Risk Score.

If Probability is โ€˜High (70% to 90%)โ€™ and Impact is โ€œHighโ€ then apply this format โ€œREDโ€ to the Risk Score.

If Probability is โ€˜High (70% to 90%)โ€™ and Impact is โ€œMediumโ€ then apply this format โ€œORANGEโ€ to the Risk Score.

If Probability is โ€˜High (70% to 90%)โ€™ and Impact is โ€œLowโ€ then apply this format โ€œYELLOWโ€ to the Risk Score.

If Probability is โ€˜High (70% to 90%)โ€™ and Impact is โ€œVery Lowโ€ then apply this format โ€œYELLOWโ€ to the Risk Score.

If Probability is โ€˜Moderate (40% to 70%)โ€™ and Impact is โ€œVery Highโ€ then apply this format โ€œDARK REDโ€ to the Risk Score.

If Probability is โ€˜Moderate (40% to 70%)โ€™ and Impact is โ€œHighโ€ then apply this format โ€œORANGEโ€ to the Risk Score.

If Probability is โ€˜Moderate (40% to 70%)โ€™ and Impact is โ€œMediumโ€ then apply this format โ€œYELLOWโ€ to the Risk Score.

If Probability is โ€˜Moderate (40% to 70%)โ€™ and Impact is โ€œLowโ€ then apply this format โ€œYELLOWโ€ to the Risk Score.

If Probability is โ€˜Moderate (40% to 70%)โ€™ and Impact is โ€œVery Lowโ€ then apply this format โ€œGREENโ€ to the Risk Score.

If Probability is โ€˜Low (20% to 40%)โ€™ and Impact is โ€œVery Highโ€ then apply this format โ€œORANGEโ€ to the Risk Score.

If Probability is โ€˜Low (20% to 40%)โ€™ and Impact is โ€œHighโ€ then apply this format โ€œYELLOWโ€ to the Risk Score.

If Probability is โ€˜Low (20% to 40%)โ€™ and Impact is โ€œMediumโ€ then apply this format โ€œYELLOWโ€ to the Risk Score.

If Probability is โ€˜Low (20% to 40%)โ€™ and Impact is โ€œLowโ€ then apply this format โ€œGREENโ€ to the Risk Score.

If Probability is โ€˜Low (20% to 40%)โ€™ and Impact is โ€œVery Lowโ€ then apply this format โ€œGREENโ€ to the Risk Score.

If Probability is โ€˜Very Low (less than 20%โ€™ and Impact is โ€œVery Highโ€ then apply this format โ€œYELLOWโ€ to the Risk Score.

If Probability is โ€˜Very Low (less than 20%โ€™ and Impact is โ€œHighโ€ then apply this format โ€œYELLOWโ€ to the Risk Score.

If Probability is โ€˜Very Low (less than 20%โ€™ and Impact is โ€œMediumโ€ then apply this format โ€œGREENโ€ to the Risk Score.

If Probability is โ€˜Very Low (less than 20%โ€™ and Impact is โ€œLowโ€ then apply this format โ€œGREENโ€ to the Risk Score.

If Probability is โ€˜Very Low (less than 20%โ€™ and Impact is โ€œVery Lowโ€ then apply this format โ€œGREENโ€ to the Risk Score.

All of the conditional formatting rules works fine.

GOAL: I want to display the "text" shown below in the Risk Score cell (in addition to the colors that were applied with conditional formatting).

Dark Red = "Severe"

Red = "Major"

Orange = "High"

Yellow = "Medium"

Green = "Low"

PROBLEM STATEMENT: I receive the #UNPARSEABLE error message when attempting to create a nested IF statement based on the following logic.

If Probability = โ€œAlmost Certain (90% or higher)โ€ AND impact = โ€œVery Highโ€, โ€œSevereโ€

If Probability = โ€œAlmost Certain (90% or higher)โ€ AND impact = โ€œHighโ€, โ€œSevereโ€

If Probability = โ€œAlmost Certain (90% or higher)โ€ AND impact = โ€œMediumโ€, โ€œMajorโ€

If Probability = โ€œAlmost Certain (90% or higher)โ€ AND impact = โ€œLowโ€, โ€œHighโ€

If Probability = โ€œAlmost Certain (90% or higher)โ€ AND impact = โ€œVery Lowโ€, โ€œMediumโ€

ย 

If Probability = โ€œHigh (70% to 90%)โ€ AND impact = โ€œVery Highโ€, โ€œSevereโ€

If Probability = โ€œHigh (70% to 90%)โ€ AND impact = โ€œHighโ€, โ€œMajorโ€

If Probability = โ€œHigh (70% to 90%)โ€ AND impact = โ€œMediumโ€, โ€œHighโ€

If Probability = โ€œHigh (70% to 90%)โ€ AND impact = โ€œLowโ€, โ€œMediumโ€

If Probability = โ€œHigh (70% to 90%)โ€ AND impact = โ€œVery Lowโ€, โ€œMediumโ€

ย 

If Probability = โ€œModerate (40% to 70%)โ€ AND impact = โ€œVery Highโ€, โ€œMajorโ€

If Probability = โ€œModerate (40% to 70%)โ€ AND impact = โ€œHighโ€, โ€œHighโ€

If Probability = โ€œModerate (40% to 70%)โ€ AND impact = โ€œMediumโ€, โ€œMediumโ€

If Probability = โ€œModerate (40% to 70%)โ€ AND impact = โ€œLowโ€, โ€œMediumโ€

If Probability = โ€œModerate (40% to 70%)โ€ AND impact = โ€œVery Lowโ€, โ€œLowโ€

ย 

If Probability = โ€œLow (20% to 40%)โ€ AND impact = โ€œVery Highโ€, โ€œHighโ€

If Probability = โ€œLow (20% to 40%)โ€ AND impact = โ€œHighโ€, โ€œMediumโ€

If Probability = โ€œLow (20% to 40%)โ€ AND impact = โ€œMediumโ€, โ€œMediumโ€

If Probability = โ€œLow (20% to 40%)โ€ AND impact = โ€œLowโ€, โ€œLowโ€

If Probability = โ€œLow (20% to 40%)โ€ AND impact = โ€œVery Lowโ€, โ€œLowโ€


If Probability = โ€œVery Low (less than 20%)โ€ AND impact = โ€œVery Highโ€, โ€œMediumโ€

If Probability = โ€œVery Low (less than 20%)โ€ AND impact = โ€œHighโ€, โ€œMediumโ€

If Probability = โ€œVery Low (less than 20%)โ€ AND impact = โ€œMediumโ€, โ€œMediumโ€

If Probability = โ€œVery Low (less than 20%)โ€ AND impact = โ€œLowโ€, โ€œLowโ€

If Probability = โ€œVery Low (less than 20%)โ€ AND impact = โ€œVery Lowโ€, โ€œLowโ€


Am I able to display "text" in the Risk Score cell (in addition to the colors that were applied with conditional formatting)?

If so, do you have any suggestions on how to solve this problem / structure the nested IF statement?

Thanks for your assistance.

Best Answers

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!