Skip to main content

Excel Formula: Check If Date Is Last N Month from Today

doc convert date to julia 1

Supposing you need to check if staff’s entry date is last 6 months from today, you can use a formula combined by AND, EOMONTH and TODAY functions in Excel to quickly handle the job.

If you want to follow along with this tutorial, please download the example spreadsheet.
doc convert date to julia 1

Generic formula

AND(date>EOMONTH(TODAY(),-(n+1)),date<=EOMONTH(TODAY(),-1))

Syntaxt and arguments

Date: cell that refers to a date or a date enclosed with double quotation marks that you want to check if it is last n month of today.
N: the number of month that you use to check.

Return value

If the date is last n month of today, it returns TRUE;
If the date is not last n month of today, it returns FALSE.

How this formula works

To check if the dates in range C3:C9 are last 6 months from today, you can use the formula like this:

=AND(C3>EOMONTH(TODAY(),-(6+1)),C3<=EOMONTH(TODAY(),-1))

Or directly use a date enclosed with double quotation marks

=AND("12/4/2020">EOMONTH(TODAY(),-(6+1)),"12/4/2020"<=EOMONTH(TODAY(),-1))

Press Enter key to get the first result, then drag auto fill handle down to get other results.
doc convert date to julia 1

Explanation

TODAY function: returns to the date of today.

EOMONTH function: gets the last day of month n months in future or past.

AND function: tests multiple conditions and returns TRUE or FALSE.

Here the formula is divided into two parts:

date>EOMONTH(TODAY(),-(6+1)) checks if the date is last 6 months from today;

date<=EOMONTH(TODAY(),-1) checks if the month of the date is equal to or later than today.

While both parts return TRUE, the whole formula returns TRUE, or it returns FALSE.


Relative Formulas

Relative Functions


The Best Office Productivity Tools

Kutools for Excel - Helps You To Stand Out From Crowd

Would you like to complete your daily work quickly and perfectly? Kutools for Excel brings 300 powerful advanced features (Combine workbooks, sum by color, split cell contents, convert date, and so on...) and save 80% time for you.

  • Designed for 1500 work scenarios, helps you solve 80% Excel problems.
  • Reduce thousands of keyboard and mouse clicks every day, relieve your tired eyes and hands.
  • Become an Excel expert in 3 minutes. No longer need to remember any painful formulas and VBA codes.
  • 30-day unlimited free trial. 60-day money back guarantee. Free upgrade and support for 2 years.
Ribbon of Excel (with Kutools for Excel installed)

Office Tab - Enable Tabbed Reading and Editing in Microsoft Office (include Excel)

  • One second to switch between dozens of open documents!
  • Reduce hundreds of mouse clicks for you every day, say goodbye to mouse hand.
  • Increases your productivity by 50% when viewing and editing multiple documents.
  • Brings Efficient Tabs to Office (include Excel), Just Like Chrome, Firefox, And New Internet Explorer.
Screen Shot of Excel (with Office Tab installed)
Comments (1)
No ratings yet. Be the first to rate!
This comment was minimized by the moderator on the site
Thank you! This was just what I wanted! And it works :)
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations