Conditional Formatting based on Cell Number and Color

kumasu

New Member
Joined
Dec 27, 2022
Messages
10
Office Version
  1. 365
  2. 2016
Platform
  1. Windows
I have a scorecard that has a scoring grid with values 1-5. Each number has a set color. 1 = Red , 2 = Orange , 3 - Yellow, 4 = Light Green, 5 = Green. When a user enters one of those values from the, the cell's color should automatically match that of the grid. Meaning, if I enter a score of 3 for Level of Happiness, then the field should be colored "Yellow" based on the grid.
 

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.
Do you mean like something this?
Book1
ABCD
1Score 1-5
21512
32355
45455
555
615
7254
85353
94542
10311
Sheet1
Cells with Conditional Formatting
CellConditionCell FormatStop If True
A2:D10Cell Value=1textYES
A2:D10Cell Value=2textYES
A2:D10Cell Value=3textYES
A2:D10Cell Value=4textYES
A2:D10Cell Value=5textYES
 
Upvote 0

Forum statistics

Threads
1,215,193
Messages
6,123,560
Members
449,108
Latest member
rache47

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