Conditional Formatting with Multiple Formatting

z168

Board Regular
Joined
Nov 4, 2009
Messages
165
Here is what Im trying to do

e91df6a0.jpg


1) If the TIME is left empty, I want it to go PINK; once filled it will go clear (see B4)

2) If the A column has a date, it will format the next row with a border and shade (Row7)

3) Once the row with the shade is filled, the color goes away and #2 repeats
 

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.
For the pink shade, use this formula to conditionally format that column.

=AND($B1="",$A1<>"")

For the green shade, use this formula to conditionally format all 3 columns:

=AND($A2="",$A1<>"")
 
Upvote 0

Forum statistics

Threads
1,224,596
Messages
6,179,807
Members
452,943
Latest member
Newbie4296

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