Conditional Formatting (Color)

pandwra14

New Member
Joined
May 21, 2023
Messages
5
Platform
  1. MacOS
How can I change the row section´s color based on other cells´ colors?

More precisely: IF (D6=green AND D7=green AND D8=green), D1 to D5 green
 
Book1.xlsx
ABCDEFGHIJKLMNOP
1
2NameHoursSexContractBusiness emailPrivate emailPhone numberCommentsTraining 1Training 2Training 3Training 4Training 5Training 6Training 7Training 8
3John Smith80+myesxxx1xx
Sheet1
Cells with Conditional Formatting
CellConditionCell FormatStop If True
A3:G3Expression=$M$3=2textNO
M3Expression=$M$3=2textNO
A3:G3Expression=$M$3=3textNO
M3Expression=$M$3=3textNO
 
Upvote 0

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
You will have to add an additional argument to the conditional formatting to have the bright colors turned to a lighter color based on B3

Hope that helps you solve without VBA
 
Upvote 0

Forum statistics

Threads
1,223,898
Messages
6,175,274
Members
452,628
Latest member
dd2

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