Conditional Formatting ?

wisemank

Board Regular
Joined
Jun 21, 2010
Messages
129
Hi there...
I have a training matrix... I want the format to change when the original training date exceeds 3 years relative to todays date.


Example:
A2 = Johnny Smith
B2 = 10/06/2012
C2 = 10/08/2015 (3yrs later + 2 days make me red!)

Column B is the starting dates for specific training topics
Column C is the forecasted renewal dates (original + 3years)

If data in C expires before current date (ie... todays date) the format...

Hope I am clear enough... its the issue with referencing today that has me messed up

thanks in advance

Kip
 

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
Okay here is what row 2 looks like:

Johnny Smith10/6/201210/6/2015

<tbody>
</tbody>

Cell C2 formula is:
Code:
=DATE(YEAR(B2)+3,MONTH(B2),DAY(B2))

Select cell C2, click Conditional Formatting
Click New Rule
Enter this in the formula box:
Code:
=NOW()>C2
Click Format
Click Fill
Select Red color
OK
Should work
Try it
 
Upvote 0

Forum statistics

Threads
1,215,873
Messages
6,127,442
Members
449,382
Latest member
DonnaRisso

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