EXCEL EOMONTH FUNCTION

The EOMONTH Function is classified as a DATE/TIME function. After adding a specified number of months to a date, the function calculates the final day of the month.

Syntax:

=EOMONTH(start_date, months)

Parameters:

  • Start date (mandatory parameter) – This is the first date. Dates must be entered in date format, either via the DATE function or as the output of other formulae or functions. For May 13, 2017, for example, use DATE(2017,5,13). If dates are supplied as text, this method will return errors.
  • Months (mandatory parameter) – This is the number of months preceding or after the start date. A positive number for months results in a future date, whereas a negative value results in a past date.

Step By Step Guide of EOMONTH Function

Example :

  • In Row 2, the function multiplied 9 by the final day of December (9+3).
  • The code in Row 3 removed 9 to return July 31, 2015.
  • In Row 4, the function merely returned January 31, 2017. In Row 5, the method added 12 months and returned the final day of January.
  • In Row 6, we used the function TODAY, thus EOMONTH evaluated the date as of today, November 18, 2017, and added 9 months to it to return August 31, 2018.

Please remember that the EOMONTH function will give a serial date value. A serial date is how Excel maintains dates internally, and it reflects the number of days from January 1, 1900.

Related Functions

HLOOKUP Function

HLOOKUP Function

Explore Now

VLOOKUP Function

VLOOKUP Function

Explore Now

INDEX Function

INDEX Function

Explore Now

MATCH Function

MATCH Function

Explore Now

OR Function

OR Function

Explore Now

AND Function

AND Function

Explore Now

DATE Function

DATE Function

Explore Now

IF Function

IF Function

Explore Now

RANK Function

RANK Function

Explore Now

SUMIF Function

SUMIF Function

Explore Now

XIRR Function

XIRR Function

Explore Now

WORKDAYS Function

WORK DAYS Function

Explore Now