The EOMONTH
function returns the date for the last
day of the month for a set number of months
before or after the start sate.
- The syntax
for the function is EOMONTH (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:
EOMONTH ("10/19/2006", 0)
= 10/31/2006 which is the last day of the
month or EOMONTH ("10/19/2006",
6) = 4/30/2007 giving the last day of the
month six months form the start date.
|