Conditional Formatting Question

bergsh

New Member
Joined
Sep 12, 2006
Messages
13
Hello,
I have been searching the forum and have not been able to find what exactly I am looking for. Nor have I been able to alter what I have found in order to make it fuction as I desire.

I have created a matrix (block of cells) I would like to turn the individual cell in the block of cells red when it is 700 days after the date in the cell.

The block of cells contains the date trained, from todays date I would like to turn the cell red a month before the training is due.

I have tried to add a screen shot of the page but I am not doing something right or that option is no longer available. I will try again though.

Thanks in advance for the help
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
OK so, if today is 17th September 2009 then any dates on or before 18th October 2007 (which is exactly 700 days ago), should turn red, tomorrow 19th October 2007 will also turn red?

If dates are in B2:J10 then select that range and use conditional formating with the formula

=(B2<=TODAY()-700)*(B2<>"")

format as red > OK
 
Upvote 0

Forum statistics

Threads
1,214,918
Messages
6,122,252
Members
449,075
Latest member
staticfluids

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