The EDATE
function returns the date (serial number)
for a set number of months before or after
the start sate.
- The syntax
for the function is EDATE (start_date,
months).
The "start_date"
must be a string or a
recognizable date format in Excel. "months" is
the integer number of months before
or after the starting date (negative
for before positive for after).
For
example:
EDATE ("10/19/2006", 4)
= 2/19/2007 which is 4
months from the start date or EDATE("10/19/2006",-6)
= 4/19/2006 giving a date 6 months before
the start date.
|