EOMONTH
Name of Formula:
EOMONTH(DATE(1969, 7, 20), 1)
EOMONTH(A2, 1)
EOMONTH(40909, -2)
Definition of EOMONTH:
Returns a date representing the last day of a month which falls a specified number of months before or after another date.
Syntax for FORECAST:
EOMONTH(start_date, months)
start_date
- The date from which to calculate the the result.
months
- The number of months before (negative) or after (positive)start_date
to consider. The last calendar day of the calculated month is returned.
Notes:
- Ensure that the
start_date
input to the function is either a reference to a cell containing a date, a function which returns a date object such as DATE, DATEVALUE or a date serial number of the type returned by the N EOMONTH
does not auto convert number formats in the same way that Google Sheets does upon direct entry into cells. Therefore,EOMONTH(10/10/2000,1)
is interpreted asEOMONTH(0.005,1)
, the quotient of 10 divided by 10 divided by 2000.- Non-integer arguments to
months
will have their decimal components truncated. Therefore,EOMONTH(A2,2.6)
is equivalent toEOMONTH(A2,2)
.
Step 1. To begin to use the EOMONTH formula, start with the Excellentable you would like to edit.
Step 2. Then type the EOMONTH formula into the cell you have chosen to display the outcome:
Step 3. Fill in the 2 values- In this example I have chosen 2 values that are the same. (see another possible outcome below)
Step 4. Once saved, your completed formula will display in a confluence page like this.