Conditional Formatting / Cell Highlighting

JustineM

New Member
Joined
Jun 23, 2017
Messages
8
Hi,

In worksheet 1 I have a 5x5 matrix that includes repeat values with different colours, depending on the Impact and Likelihood.
E.g. L*L(2*2) = 4(Green), VL*H(1*4) = 4(Yellow) and vice-versa H*VL(4*1)(Yellow)

In worksheet 2 I have a form that has drop down lists to select the Impact and Likelihood VL,L,M,H,VH (for both Impact and Likelihood), and then uses INDEX MATCH to return the result from the matrix. Formula
Excel Formula:
=IFERROR(INDEX('Risk Matrix & Impact Tables'!$C$4:$G$8,MATCH(K3,Likelihood,0),MATCH(L3,Impact,0)),"0")

I'd like to have the cell colour where the above formula for I*L on Worksheet 2 change, depending on the "4" value. As it can depend on the I and L. As a score of 4 can be either green or yellow.

Many thanks
Jm,
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
Could you explain the logic as to why 2 x 2 = 4 produces Green while 1 x 4 = 4 produces Yellow?
 
Upvote 0

Forum statistics

Threads
1,214,944
Messages
6,122,387
Members
449,080
Latest member
Armadillos

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