Conditional formatting

marksenior

New Member
Joined
Oct 20, 2023
Messages
1
Office Version
  1. 365
Platform
  1. Windows
Hi, probably a really simple answer to this one, but I'm struggling so please help.
I've set up two columns 'power' & 'interest' both these have a yes/no data validation and a red/green conditional formatting set to them.

I want to now set up a scoring matrix that will output a response based on the responses in columns A & B.

The matrix is to the right of the image, for example if A2 is Low and A3 is High, then C2 should automatically become Keep Informed and be highlighted in yellow.

Sorry if this is a rookie question, but it's driving me nuts.
 

Attachments

  • test.jpg
    test.jpg
    46 KB · Views: 10

Excel Facts

Links? Where??
If Excel says you have links but you can't find them, go to Formulas, Name Manager. Look for old links to dead workbooks & delete.
You will need four rules, one for each color. Also I would set up your matrix differently.

$scratch.xlsm
ABCDEFGHIJ
1PowerInterestGrading
2HighHighManage CloselyInterest
3LowHigh
4PowerLowMonitorKeep Informed
5HighKeep SatisfiedManage Closely
Power Interest
Cell Formulas
RangeFormula
C2C2=INDEX($I$4:$J$5,MATCH(A2,$H$4:$H$5,0),MATCH(B2,$I$3:$J$3,0))
Cells with Conditional Formatting
CellConditionCell FormatStop If True
C2Cell Value=$J$5textNO
C2Cell Value=$I$5textNO
C2Cell Value=$I$4textNO
C2Cell Value=$J$4textNO
 
Upvote 0

Forum statistics

Threads
1,215,073
Messages
6,122,976
Members
449,095
Latest member
Mr Hughes

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