Change row color according to cell entry

RPT_22

Board Regular
Joined
Sep 18, 2012
Messages
98
Hi,

Could someone help me with the following please? Can this be achieved without VBA?

1. If i place YES in cell N4, it then colors the row B4: P4 amber
2. If i then place YES in cell O4, it then colors the row B4: P4 red
3. If i then place YES in cell P4, it then colors the row B4: P4 green

This will cover a range the B4:P150

Thank you

RPT
 

Attachments

  • Color.png
    Color.png
    54.8 KB · Views: 3

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
Use 3 condition formatting rules as below for range B4:P150

for Amber
Excel Formula:
=$N4="Yes"
for Red
Excel Formula:
=$O4="Yes"
for Green
Excel Formula:
=$P4="Yes"
 
Upvote 0
Solution

Forum statistics

Threads
1,215,131
Messages
6,123,223
Members
449,091
Latest member
jeremy_bp001

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