Conditional Formatting Help

davidzahr

New Member
Joined
Apr 14, 2014
Messages
3
Hi all,

Have a data sheet containing clients and the dates these clients contacted the company. From the column listing dates the clients were established, I'm trying to get any of these dates that are 7 days or older to highlight in red..brain sore and just have not been able to figure it out :( Any help would be highly appreciated - cheers.
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
Welcome to the board.

Let's say your date is in cell A1. Enter this as the conditional formatting formula:

=A1 < TODAY()-7

Select the red fill. Copy down.
 
Upvote 0
Hi

I have about 20 drop downs in my excel 2003, I want to apply conditional formatting as below can you please help !!

1. Highlight the cells to GREEN if the value of the cell is from drop down
2. Everything else which is not in drop down format cell as RED
 
Upvote 0
Hey bbott, thanks mate, glad I found this forum/site!

Formula works, thank you very much. Only issue is that when I apply this conditional formatting to the entire column, cells that have not yet had a date inputted (i.e. are blank) are highlight in red..is there a way to void this?

Much appreciated!
Thx
 
Upvote 0
Sure. Delete the other rule and use this formula instead:

=AND(A1 < TODAY()-7,A1 <> "")
 
Upvote 0

Forum statistics

Threads
1,223,227
Messages
6,170,849
Members
452,361
Latest member
d3ad3y3

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