Description Finds the last date in the month that is a specified number of months before or after a given date. This is useful for computing dates associated with securities.
Syntax EOMONTH ( start_date, months)
Argument | Description |
---|---|
start_date | Any date. Dates in the argument list must be in the form of a serial number or text. |
months | The number of months after or before start_date. Enter a negative number for months before, a positive number for months after. Decimal values are truncated to integers. |
Examples This function returns 4/30/99:
EOMONTH("2/15/99",2)
See Also EDATE