conditionnal formatting

chip666

New Member
Joined
Nov 29, 2005
Messages
11
i have a special conditionnal formatting to do
first of all, i have to check a date in column D
if that date is today or before then highlight the whole line (from A to L) in red
then (i got this one on your board already) if cell L = "x" then highlight the whole line yellow.

second condition (yellow) disable first condition (red)

Thank for the help :oops:
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
Highlight cells A:L and all rows to consider, and select FORMAT|Conditional Formatting

Set 1st condition to Formula Is =$L1="x" and choose Yellow

Set 2nd condition to Formaula Is =$D1<=Today() and choose Red
 
Upvote 0
excellent :oops:

that helped me a lot, but what if there is nothing typed in column B and i dont what that line to be highlight

in other word, if a line have nothing in column B, i dont want conditionnal formatting on that line

Thanks again :p
 
Upvote 0
Change the formatting formulas as follows.

Set 1st condition to Formula Is =And($L1="x",$B1<>"") and choose Yellow

Set 2nd condition to Formaula Is =And($D1<=Today(),$B1<>"") and choose Red
 
Upvote 0

Forum statistics

Threads
1,203,078
Messages
6,053,402
Members
444,662
Latest member
AaronPMH

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