![]() |
Leading the way in Microsoft Office Development |
| Home | | | Excel | | | Word | | | PowerPoint | | | Consultancy | | | Feedback | | | Contact |
| Microsoft Excel > Functions > Date and Time > EDATE |
EDATE(start_date, months) |
| Returns the serial number that is a given number of months before or after a date. |
| start_date | The start date. | |
| months | The number of months before or after the "start date". |
| REMARKS |
| This function is only available if you have the Analysis ToolPak add-in installed. | ||
| This function can be used to calculate maturity dates or due dates that fall on the same day on the month as the date of issue. | ||
| If "start_date" is not a valid date, then #VALUE! is returned. | ||
| If "months" is not an integer, it is truncated. | ||
| If "months" > 0, then a date in the future is returned. | ||
| If "months" < 0, then a date in the past is returned. | ||
| If "months" = 0, then "start_date" is returned. | ||
| You should try and enter your dates using the DATE() function. | ||
| You can use the TEXT() function to convert a date serial number into a particular date format. | ||
| You can use the DATEVALUE() function to return the serial number representing a date in a text format. |
| EXAMPLES |
|
| Functions - E | Index - E | Dates & Times | Office Online |
| Copyright © 2004-2007 Better Solutions Limited. All Rights Reserved. | Top |