Multiply Multiple Results

Pestomania

Active Member
Joined
May 30, 2018
Messages
332
Office Version
  1. 365
Platform
  1. Windows
Hi,

I know that I made this much much harder than I needed it to be. I am trying to average all of the Impact scores. How can I do this better?

Critical IT Asset Risk Register.xlsx
IJKL
1Impact - FinancialImpact - OperationalImpact - ReputationalInherent Impact Rating
2(Moderate) - $20 million - $100 million(Low) - Noticeable but manageable impact on operations(Low) - Reputational harm at local level, but recoverable2*2*3
Sheet2
Cell Formulas
RangeFormula
L2L2=SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(TEXTJOIN("*",TRUE,MID([@[Impact - Reputational]],2,FIND(")",[@[Impact - Reputational]])-2),MID([@[Impact - Operational]],2,FIND(")",[@[Impact - Operational]])-2),MID([@[Impact - Financial]],2,FIND(")",[@[Impact - Financial]])-2)),"Very Low",1),"Low",2),"Moderate",3),"Elevated",4),"High",5)
Cells with Data Validation
CellAllowCriteria
I2List=Financial_Impact
J2List=Operational_Impact
K2List=Reputational_Impact


Here is the back end:

ScoreTypeLikelihood of OccurrenceImpact - FinancialImpact - OperationalImpact - Reputational
1Very Low(Very Low) Almost Impossible - Once every ten years or less frequent: <1%(Very Low) - <$5 million(Very Low) - No operational impact or loss of business(Very Low) - No reputational exposure
2Low(Low) Extremely Unlikely - Once every 5 years: 1%-5%(Low) - $5 million - $20 million(Low) - Noticeable but manageable impact on operations(Low) - Reputational harm at local level, but recoverable
3Moderate(Moderate) Possible Sometimes - Once per year: 5%-10%(Moderate) - $20 million - $100 million(Moderate) - Impact on operations at one site or line of business, requiring careful management(Moderate) - Reputational harm at regional level, somewhat recoverable
4Elevated(Elevated) Isolated Incidents - Once per three months: 10%-20%(Elevated) - $100 million - $200 million(Elevated) - Impact on operations at multiple sites or lines of business, requiring careful management(Elevated) - Reputational harm at national level, somewhat recoverable
5High(High) Repeated Incidents - Once per month or more frequent: >20%(High) - >$200 million(High) - Impact on operations across entire organization(High) - Reputational harm at national or international level, sustained{5}
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
The product of all of the impacts then:

MrExcelPlayground23.xlsx
FGHIJKL
1Impact - FinancialImpact - OperationalImpact - ReputationalInherent Impact Rating
2(Moderate) - $20 million - $100 million(Low) - Noticeable but manageable impact on operations(Low) - Reputational harm at local level, but recoverable12
3
4(Very Low) 
5(Low)22
6(Moderate)3
7(Elevated)
8(High)
Sheet23
Cell Formulas
RangeFormula
L2L2=PRODUCT(IFERROR(SEARCH(F4:F8,I2:K2)*SEQUENCE(5),""))
I4:K8I4=IFERROR(SEARCH(F4:F8,I2:K2)*SEQUENCE(5),"")
Dynamic array formulas.


However, as a risk manager, I would take the impact as the worst individual impact and manage the risks in that way. For example, in this way, something with two moderate impacts would be a bigger deal that one high impact - but I bet that is not practical.
 
Upvote 0

Forum statistics

Threads
1,223,896
Messages
6,175,263
Members
452,627
Latest member
KitkatToby

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