Risk Mapping / Analysis

Gingerjohn

New Member
Joined
May 22, 2007
Messages
16
I've got a risk matrix / log that rates risks by impact against probability: it then plots them on a 5 x 5 grid. Each risk has its own unique reference, to get Excel to plot the unique refence number against the point on the chart I've loaded in J-Walk's chart tools which works fine.

Problem is that when presenting to a Project Board it is usually only necessary to show risks that are open. When I filter the my list to show "Open" risks the problem occurs.

The risks remain plotted in the correct place in the Risk Map but the unique reference numbers get a bit screwed up.
Testing John's Risk template.xls
BCDEFG
11Ref.Probability(P)Impact(I)RiskRating
12Status
13T0112LLowOpen
14T0244VHVeryHighClosed
15T0333HHighClosed
16T0425HHighOpen
17R0114HHighClosed
18R0222LLowOpen
19R0323MMediumOpen
20R0431LLowOpen
21P0142MMediumClosed
22P0255VHVeryHighClosed
23P0341LLowOpen
24P0423MMediumClosed
25X0125HHighOpen
26X9911LLowClosed
27X9815HHighOpen
28X9754VHVeryHighClosed
29S5532MMediumOpen
30S6332MMediumClosed
31S4424HHighOpen
Risk Log





The first one is correct which in the example is T01, however the next "Open" risk is T04, but on my chart this is plotted as T02, even though it is in T04's position - there is no problem with where the points are plotted it is just their reference numbers. So the next "Open" risk R02 appears in its correct position but is labelled T03 etc. etc. S44 appears as T02

I've tried Tools > Options > Chart > Plot visible cells checking and un-checking the box and also putting an apostrophe in front of each entry in the Reference column but to no avail.

[/i] I can't include the chart as we can't access image sharing sites at work so I can't give a URL for you to go view it at. Also I don't have Excel at home so I can't take the file home and post it from there. Just try and imagine a 5 x 5 grid that plots points in each box according to their scores (they don't overlap as I've use RANDBETWEEN to subtract between 0.25 and 0.75 off each whole number so the points sit in the middle of each box and not on the intersection).

Any help would be greatly appreciated particularly in relation to risk analysis.

Thanks.
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
Just an idea (not tested)
Enter another column near REF. put in formula :

=IF(G13="open",B13,NA())

and copy down. use this column instead REF.
 
Upvote 0
Risk mapping / analysis

Tried it but it just plots about 4 x "#N/A" on the chart instead (along with some of the other reference numbers)

I'm wondering if it has anything to do with a custom list or something like that?

Excel seems to be taking the order that was originally in those cells and applying it to the ones that remain: it's not picking up the reference numbers that are remaining.

I showed one of my colleauges by changing the reference numbers to 1 - 20. Even though 1, 4, 6, 7, 8, 11, 13, 15, 17, 19 were left open they appeared on the chart as 1 - 10. They couldn't work it out either.

I've tried using absolute cell refs in the J-Walk chart tool but that hasn't worked either.
 
Upvote 0

Forum statistics

Threads
1,223,103
Messages
6,170,123
Members
452,303
Latest member
c4cstore

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