6 Months from a date

SMITRY

New Member
Joined
Feb 7, 2022
Messages
3
Office Version
  1. 365
Platform
  1. Windows
Hello,

Need some help and can't seem to find the answer. I have a column of dates (U4) and I need to have them highlighted when that date reaches 6 months after the date in the cell.

EX. 1/14/2021 - When this date reaches 6 months from 1/14/21 I want it to highlight red. Is this possible?

Thank you all in advance!
 

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
Welcome to the Board!

You should be able to use Conditional Formatting for this.
Your Conditional Formatting formula would look something like:
Excel Formula:
=EDATE(U4,6)<=TODAY()
 
Upvote 0
Solution
Thank you for the fast reply Joe.

Do I have to do this for each date or is there a formula to apply it to each date? I have a whole row of about 90 dates that I need that function to happen to.
 
Upvote 0
No, you can do this all at once.
Select your whole range of dates, and then go to Conditional Formatting and write the formula as it pertains to the very first cell in that selection of dates.
If U4 is the first cell, then you should be able to use my formula, as-is, without having to make any edits.
Excel is smart enough to adjust it for the other cells in your selection.
 
Upvote 0
You are welcome.
Glad I was able to help!
 
Upvote 0

Forum statistics

Threads
1,215,529
Messages
6,125,344
Members
449,219
Latest member
Smiqer

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