EDATE function

Category: Date and time
Introduced: Excel 2003

Summary

Returns the serial number of the date that is the indicated number of months before or after the start date

Syntax

EDATE(start_date, months) The EDATE function syntax has the following arguments:
• Start_date Required. A date that represents the start date. Dates should be entered by using the DATE function, or as results of other formulas or functions. For example, use DATE(2008,5,23) for the 23rd day of May, 2008. Problems can occur if dates are entered as text.
• Months Required. The number of months before or after start_date. A positive value for months yields a future date; a negative value yields a past date.

Example

=EDATE(A2,1)
=EDATE(A2,-1)
=EDATE(A2,2)

Microsoft Support Page

https://support.microsoft.com/en-us/office/edate-function-3c920eb2-6e66-44e7-a1f5-753ae47ee4f5

Back to Functions