Returns a date representing the last day of the month that is the specified number of months before or after the specified date.
Syntax
![]() |
---|
EOMONTH( Date startDate, Integer months ) → Date |
If the specified months value is not integer, it is automatically truncated. If the result is not representable as a date, the function returns the #VALUE! error value.
Formula
![]() |
---|
=EOMONTH(TODAY(),1) |
Function Reference
DATE Function
EDATE Function