Skip to main content

Excel Formula: Check IF Two Dates Are In Same Month And Year

doc convert date to julia 1

There are two lists of dates, now to check if the two dates in the same row are in the same month and year in Excel, which formula can you use? Here in this tutorial, a formula can help you.

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

Generic formula:

MONTH(date1)&YEAR(date1)=MONTH(date2)&YEAR(date2)

Syntaxt and Arguments

Date1, date2:the two dates you want to check if are in the same year and month.

Return Value

The formula returns to a logical value “TRUE” or “FALSE”. “TURE” indicates the two dates are in the same month and year, otherwise, it returns “FALSE”.

How this formula works

To compare two lists in the range B3:B5 and C3:C5 and check if the dates in the same row are in the same year and month, using below formula:

=MONTH(B3)&YEAR(B3)=MONTH(C3)&YEAR(C3)

Press Enter key and drag auto fill handle down to cell D5.
doc convert date to julia 1
doc convert date to julia 1

Explanation

MONTH function: returns month as integer number by the given date.

YEAR function: returns year as integer number by the given date.

=MONTH(B3)&YEAR(B3)=MONTH(C3)&YEAR(C3)
=4&2020=5&2020
=42020=52020
=FALSE

Note

If you just want to check if the dates are in same month or same year, use the formula like:

MONTH(date1)=MONTH(date2)

or

YEAR(date1)=YEAR(date2)

Relative Formulas

Relative Functions


The Best Office Productivity Tools

Kutools for Excel - Helps You To Stand Out From Crowd

🤖 Kutools AI Aide: Revolutionize data analysis based on: Intelligent Execution   |  Generate Code  |  Create Custom Formulas  |  Analyze Data and Generate Charts  |  Invoke Kutools Functions
Popular Features: Find, Highlight or Identify Duplicates  |  Delete Blank Rows  |  Combine Columns or Cells without Losing Data  |  Round without Formula ...
Super VLookup: Multiple Criteria  |  Multiple Value  |  Across Multi-Sheets  |  Fuzzy Lookup...
Adv. Drop-down List: Easy Drop Down List  |  Dependent Drop Down List  |  Multi-select Drop Down List...
Column Manager: Add a Specific Number of Columns  |  Move Columns  |  Toggle Visibility Status of Hidden Columns  Compare Columns to Select Same & Different Cells ...
Featured Features: Grid Focus  |  Design View  |  Big Formula Bar  |  Workbook & Sheet Manager | Resource Library (Auto Text)  |  Date Picker  |  Combine Worksheets  |  Encrypt/Decrypt Cells  |  Send Emails by List  |  Super Filter  |  Special Filter (filter bold/italic/strikethrough...) ...
Top 15 Toolsets12 Text Tools (Add Text, Remove Characters ...)  |  50+ Chart Types (Gantt Chart ...)  |  40+ Practical Formulas (Calculate age based on birthday ...)  |  19 Insertion Tools (Insert QR Code, Insert Picture from Path ...)  |  12 Conversion Tools (Numbers to Words, Currency Conversion ...)  |  7 Merge & Split Tools (Advanced Combine Rows, Split Excel Cells ...)  |  ... and more

Kutools for Excel Boasts Over 300 Features, Ensuring That What You Need is Just A Click Away...

Description


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, Edge and Firefox.
Comments (1)
No ratings yet. Be the first to rate!
This comment was minimized by the moderator on the site
This is a shorter formula to check if two dates fall in the same month:=EOMONTH(B3,0)=EOMONTH(C3,0)
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations