micksandals
New Member
- Joined
- Feb 6, 2015
- Messages
- 15
Hello,
I'm attempting to create a risk heat map in Excel (something like this, but with a more rigid scale). Currently I do this in PowerPoint and manually move the circles between boxes as and when the scores change, but I'm sure there must be an easier, more automated way to do it.
My initial thought was a scatter graph, but I'm learning that scatter graphs don't seem to like my table of data.
I have the Risk ID in A, Likelihood Score in B and Impact Score in C:
[table="width: 500"]
[tr]
[td]Risk ID[/td]
[td]Likelihood[/td]
[td]Impact[/td]
[/tr]
[tr]
[td]001[/td]
[td]3[/td]
[td]4[/td]
[/tr]
[tr]
[td]002[/td]
[td]3[/td]
[td]3[/td]
[/tr]
[tr]
[td]003[/td]
[td]2[/td]
[td]4[/td]
[/tr]
[tr]
[td]004[/td]
[td]3[/td]
[td]3[/td]
[/tr]
[/table]
etc.
I want the scatter graph to plot the points using Column B as the X axis values, Column C as the Y axis values and Column A as the Series Name.
I also want all the markers to be circles, all the same size, with data labels showing the Series Name inside the circle. I'm planning to use a formula to "tweak" the Impact and Likelihood scores to avoid the markers overlapping where the score is the same.
Obviously I can do this all manually, but that defeats the purpose. This is also something I'm hoping to share with a colleague who is having the same issue so it needs to be as simple as possible. I'm happy with a VBA (or partial VBA) solution, but be aware that my VBA skills are limited.
Can anyone help?
I'm using Excel 2010, and I'm not in a position to download any add-ins or separate programs unfortunately.
Thanks in advance
I'm attempting to create a risk heat map in Excel (something like this, but with a more rigid scale). Currently I do this in PowerPoint and manually move the circles between boxes as and when the scores change, but I'm sure there must be an easier, more automated way to do it.
My initial thought was a scatter graph, but I'm learning that scatter graphs don't seem to like my table of data.
I have the Risk ID in A, Likelihood Score in B and Impact Score in C:
[table="width: 500"]
[tr]
[td]Risk ID[/td]
[td]Likelihood[/td]
[td]Impact[/td]
[/tr]
[tr]
[td]001[/td]
[td]3[/td]
[td]4[/td]
[/tr]
[tr]
[td]002[/td]
[td]3[/td]
[td]3[/td]
[/tr]
[tr]
[td]003[/td]
[td]2[/td]
[td]4[/td]
[/tr]
[tr]
[td]004[/td]
[td]3[/td]
[td]3[/td]
[/tr]
[/table]
etc.
I want the scatter graph to plot the points using Column B as the X axis values, Column C as the Y axis values and Column A as the Series Name.
I also want all the markers to be circles, all the same size, with data labels showing the Series Name inside the circle. I'm planning to use a formula to "tweak" the Impact and Likelihood scores to avoid the markers overlapping where the score is the same.
Obviously I can do this all manually, but that defeats the purpose. This is also something I'm hoping to share with a colleague who is having the same issue so it needs to be as simple as possible. I'm happy with a VBA (or partial VBA) solution, but be aware that my VBA skills are limited.
Can anyone help?
I'm using Excel 2010, and I'm not in a position to download any add-ins or separate programs unfortunately.
Thanks in advance