EXCEL EDATE FUNCTION

This function returns the same date in future or past months and returns the serial number of the date. Use EDATE to calculate maturity dates or due dates that fall on the same day of the month as the date of issue.

Syntax:
=EDATE (start_date, months)


Parameter list:

  • start_date – a date that represents the start date in a valid Excel serial number format.
  • months – the number of months before or after start_date. A positive value to get a future date and negative value for the past date.

Step By Step Guide of EDATE Function

If start_date is not a valid date, EDATE returns the #VALUE! error value.

If month entered is not an integer it is truncated.

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

DATE Function

DATE Function

Explore Now

IF Function

IF Function

Explore Now

OR Function

OR Function

Explore Now

AND Function

AND Function

Explore Now

RANK Function

RANK Function

Explore Now

SUMIF Function

SUMIF Function

Explore Now

XIRR Function

XIRR Function

Explore Now

WORKDAYS Function

WORKDAYS Function

Explore Now