Risk Assessment Calculation

bw5727

New Member
Joined
Jan 18, 2019
Messages
3
I am trying to calculate the level of risk for a particular item based on the user inputs to two fields.

Column A = Impact; drop down of values
Column B = Probability; drop down of values
Column C = Risk Level; calculated based on the entry in Column A and B and where they intersect in a matrix

[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Impact[/TD]
[TD]Probability[/TD]
[TD]Risk Level[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Medium[/TD]
[TD]Unlikely[/TD]
[TD]Low (but calculated by the formula)[/TD]
[/TR]
</tbody>[/TABLE]


[TABLE="width: 500"]
<tbody>[TR]
[TD][TABLE="width: 522"]
<tbody>[TR]
[TD="width: 87"][/TD]
[TD="width: 87"]A[/TD]
[TD="width: 87"]B[/TD]
[TD="width: 87"]C[/TD]
[TD="width: 87"]D[/TD]
[TD="width: 87"]E[/TD]
[TD="width: 87"]F[/TD]
[/TR]
[TR]
[TD="width: 87"]1[/TD]
[TD="width: 87"][/TD]
[TD="width: 87"]Negligible[/TD]
[TD="width: 87"]Low[/TD]
[TD="width: 87"]Medium[/TD]
[TD="width: 87"]High[/TD]
[TD="width: 87"]Severe[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Almost Certain[/TD]
[TD="class: xl64, bgcolor: #FFE699"]Medium[/TD]
[TD="class: xl65, bgcolor: #FEB0AD"]High[/TD]
[TD="class: xl65, bgcolor: #FEB0AD"]High[/TD]
[TD="class: xl66, bgcolor: #C00000"]Extreme[/TD]
[TD="class: xl66, bgcolor: #C00000"]Extreme[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Very Likely[/TD]
[TD="class: xl64, bgcolor: #FFE699"]Medium[/TD]
[TD="class: xl64, bgcolor: #FFE699"]Medium[/TD]
[TD="class: xl65, bgcolor: #FEB0AD"]High[/TD]
[TD="class: xl65, bgcolor: #FEB0AD"]High[/TD]
[TD="class: xl66, bgcolor: #C00000"]Extreme[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Likely[/TD]
[TD="class: xl63, bgcolor: #A9D08E"]Low[/TD]
[TD="class: xl64, bgcolor: #FFE699"]Medium[/TD]
[TD="class: xl64, bgcolor: #FFE699"]Medium[/TD]
[TD="class: xl64, bgcolor: #FFE699"]Medium[/TD]
[TD="class: xl65, bgcolor: #FEB0AD"]High[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]Unlikely[/TD]
[TD="class: xl63, bgcolor: #A9D08E"]Low[/TD]
[TD="class: xl63, bgcolor: #A9D08E"]Low[/TD]
[TD="class: xl63, bgcolor: #A9D08E"]Low[/TD]
[TD="class: xl64, bgcolor: #FFE699"]Medium[/TD]
[TD="class: xl64, bgcolor: #FFE699"]Medium[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]Rare[/TD]
[TD="class: xl63, bgcolor: #A9D08E"]Low[/TD]
[TD="class: xl63, bgcolor: #A9D08E"]Low[/TD]
[TD="class: xl63, bgcolor: #A9D08E"]Low[/TD]
[TD="class: xl63, bgcolor: #A9D08E"]Low[/TD]
[TD="class: xl64, bgcolor: #FFE699"]Medium[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
Hi & welcome to MrExcel
How about


Excel 2013/2016
ABCDEFGHIJK
1NegligibleLowMediumHighSevereMediumUnlikelyLow
2Almost CertainMediumHighHighExtremeExtreme
3Very LikelyMediumMediumHighHighExtreme
4LikelyLowMediumMediumMediumHigh
5UnlikelyLowLowLowMediumMedium
6RareLowLowLowLowMedium
Today
Cell Formulas
RangeFormula
K1=INDEX(B2:F6,MATCH(J1,A2:A6,0),MATCH(I1,B1:F1,0))
 
Upvote 0
You're welcome & thanks for the feedback
 
Upvote 0

Forum statistics

Threads
1,224,820
Messages
6,181,155
Members
453,021
Latest member
Justyna P

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top