Skip to content
Free Excel Tutorials
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Data Analysis

  • How to sum a total in multiple Excel tables
  • How to Create One and Two Variable Data Tables in Excel
  • How to count table rows in Excel
  • How to create a Histogram in Excel
  • Move chart to a separate worksheet in Excel

References

  • Count rows that contain specific values in Excel
  • How to get last column number in range in Excel
  • Complete List of Excel Lookup and Reference Functions, References and Examples
  • Two-way lookup with VLOOKUP in Excel
  • Two-column Lookup in Excel

Data Validations

  • Excel Data validation must not contain
  • Excel Data validation specific characters only
  • Excel Data validation no punctuation
  • Excel Data validation with conditional list
  • Excel Data validation allow weekday only

Get last day of month in Excel

by

If you want to calculate the last day of a month based on a given date, then this tutorials is for you.

The example below shows two different ways to achieve this.

First, use the EOMONTH function.

Formula

=EOMONTH(date,0)

Explanation

In the example shown, the formula in cell B5 is:

=EOMONTH(B5,0)

The 2nd argument (months) of the EOMONTH function allows you to get the last day of the month in future or past months. When you use zero for months, EOMONTH will return the last day of the month in the same month.

To get the last day of the prior month, use:

=EOMONTH(date,-1)

To get the last day of the next month, use:

=EOMONTH(date,1)

Although EOMONTH is a more convenient function, it won’t accept a range of dates in an array formula. In that case, you can also use the alternative below.

 Alternative formula

You can also write a formula using the DATE, YEAR and MONTH functions to return the last day of the month:

=DATE(YEAR(date),MONTH(date)+1,0)

The trick with this formula is supplying zero for the day. When you supply zero as the day argument to DATE, the date function will “roll back” one day to the last day of the previous month. So, by adding 1 to the month, and using zero for day, DATE returns the last day of the “original” month.

 

Post navigation

Previous Post:

DECIMAL function: Description, Usage, Syntax, Examples and Explanation

Next Post:

AVERAGE function: Description, Usage, Syntax, Examples and Explanation

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Learn Basic Excel

Ribbon
Workbook
Worksheets
Format Cells
Find & Select
Sort & Filter
Templates
Print
Share
Protect
Keyboard Shortcuts

Categories

  • Charts
  • Data Analysis
  • Data Validation
  • Excel Functions
    • Cube Functions
    • Database Functions
    • Date and Time Functions
    • Engineering Functions
    • Financial Functions
    • Information Functions
    • Logical Functions
    • Lookup and Reference Functions
    • Math and Trig Functions
    • Statistical Functions
    • Text Functions
    • Web Functions
  • Excel VBA
  • Excel Video Tutorials
  • Formatting
  • Grouping
  • Others

Logical Functions

  • OR function Examples in Excel
  • Not Equal To ‘<>‘ operator in Excel
  • How to use Excel TRUE Function
  • Check multiple cells are equal in Excel
  • How to return blank in place of #DIV/0! error in Excel

Date Time

  • Get project midpoint in Excel
  • Get last weekday in month in Excel
  • Get days between dates ignoring years in Excel
  • WEEKNUM function: Description, Usage, Syntax, Examples and Explanation
  • How to get Holiday Date from Year in Excel

Grouping

  • Map inputs to arbitrary values in Excel
  • Group times into 3 hour buckets in Excel
  • If cell contains one of many things in Excel
  • Categorize text with keywords in Excel
  • Group times into unequal buckets in Excel

General

  • Flash Fill in Excel
  • Subtotal invoices by age in Excel
  • Count cells that do not contain many strings in Excel
  • Excel Ribbon Quick Overview For Beginners
  • Sum by group in Excel
© 2026 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning