Excel EDATE Function
Basic Description
The Excel Edate function returns a date that is a specified number of months before or after a supplied start date.
The syntax of function is:
Where the arguments are as follows:
| start_date | - | The initial date, from which to count the number of months. |
| months | - | The number of months to add to (or subtract from) the start_date. |
Note that Microsoft advises that you do not type dates directly into functions, because Excel interprets text representations of dates differently, depending on the date interpretation settings on your computer. Therefore the start_date argument for the Edate function should be input as either:
- A reference to a cell containing a date
- A date returned from another function or formula
Warning: Although you can input date arguments as date serial numbers, this is not recommended as date serial numbering does vary across different computer systems.
Edate Function Examples
The following spreadsheets show examples of the Edate function. The formulas are shown in the spreadsheet on the left, and the results are shown in the spreadsheet on the right.
|
Formulas:
|
Results:
|
The above examples illustrate that:
- You can use negative values for the months argument, to get a date that is before the supplied start_date.
- The function is able to cope with months that do not contain the same day number as the start_date. For example, there is no 31st day of November, so the function returns the 30th. Similarly, the function can handle the leap year day - returning 28/02/2009 as the date 12 months after 29/02/2008.
Note also that, as recommended by Microsoft, in all calls to the Edate function, the start_date has been supplied as a cell reference.
Further examples of the Excel Edate function can be found on the Microsoft Office website.
Edate Function Errors
If you get an error from the Excel Edate function, this is likely to be one of the following:
| #VALUE! | - |
Occurs if either:
|
||||||
| #NAME? | - |
Occurs if the Analysis ToolPak add-in is not enabled in your Excel. To do this in Excel 2003 :
To do this in Excel 2007 :
To do this in Excel 2010 :
|