Highlight original date when two weeks are past (14 Day)

Leicester City Fox

Board Regular
Joined
Oct 7, 2016
Messages
91
Office Version
  1. 2019
Platform
  1. Windows


Hi there

I have a column of dates and I have been asked to do a formulaso when two weeks have passed from the date shown (14 days) it highlights it.

E.g : 01/04/2018 highlight after 15/04/2019 = 14 days past(2 Week)

Many Thanks
Leicester City Fox

 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
Assume the dates start in A1 (adjust the formula as required).

Select the cells to highlight

Conditional Formatting
New Rule
Use a formula to determine...

=TODAY()>=A1+14

Format as required
 
Upvote 0
Hey use conditional formatting in the column of dates, I'd personally start with the first cell and do that, lets say your dates are in cells A2 to A25
Select cell A2
Conditional Formatting -> New Rule -> Use a formula to determine which cells to format -> Format values where this formula is true:

=AND(NOT(ISBLANK($A2)),TODAY()-$A2>=14)

Format -> Select any format you want to apply to these cells -> OK -> OK

Now with cell A2 selected go back in to Conditional Formatting -> Manage Rules -> Change the Applies to range to =$A$2:$A$25

Then you should be done!
 
Upvote 0

Forum statistics

Threads
1,214,951
Messages
6,122,449
Members
449,083
Latest member
Ava19

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