Highest severity and overall calc using text

llphilb

New Member
Joined
Sep 20, 2007
Messages
14
Hi. I am hoping someone can help me with an excel problem.

I’ve added a screenshot which will hopefully help explain what I’m trying to do.

I would like the 2 boxes in red to auto populate. Seems simple, but I’m sure it’s not.

Impact rating - this should be the highest severity based on the answers manually provided in A4 to E4. For example, if the user enters minor, significant, minor, minor, minor; the impact rating would be ‘significant’.

Overall risk assessment - this should take the impact rating populated above and a frequency which will be manually populated in column G. Put it into a 5 by 5 matrix to give an overall assessment. The frequency options are ‘multiple times a year’, ‘annually’, ‘1 - 5 years, ‘5 - 10 years’ and ‘greater than 10 years’. I've added a link below to an example 5 by 5 matrix - not the exact same as the ratings I have. So the overall assessment would be ‘very low’, ‘low’, ‘moderate’, ‘high’ and ‘critical’.

https://ibb.co/dgC4M6

https://www.project-risk-manager.com/wp-content/uploads/2017/03/5x5-Risk-Matrix.png

Any help offered is much appreciated. Please let me know if there are any questions.

Thanks.
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
Something along these lines I think:


Book1
ABCDEFGH
2LikelihoodOverall Risk Assessment
3CustomerFinancialRegulatoryReputationalCASSImpact Rating
4MinorMinorMinorMinorMinorMinorAnnuallylow
Sheet1
Cell Formulas
RangeFormula
H4=INDEX(Sheet2!$B$1:$F$5,MATCH($F4,Sheet2!$A$1:$A$5,0),MATCH($G4,Sheet2!$B$6:$F$6,0))
F4{=INDEX({"Minor","Significant","Material","Severe","Extreme"},MAX(MATCH($A4:$E4,{"Minor","Significant","Material","Severe","Extreme"},0)))}
Press CTRL+SHIFT+ENTER to enter array formulas.



Book1
ABCDEF
1Extrememoderatemoderatehighcriticalcritical
2Severelowmoderatehighhighcritical
3Materiallowlowmoderatehighhigh
4Significantvery lowlowlowmoderatemoderate
5Minorvery lowvery lowlowlowmoderate
6Greater than 10 years5 - 10 years1 - 5 yearsAnnuallyMultiple times a year
Sheet2


WBD
 
Upvote 0

Forum statistics

Threads
1,221,418
Messages
6,159,790
Members
451,589
Latest member
Harold14

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