Written by Allen Wyatt (last updated August 19, 2023)
This tip applies to Excel 97, 2000, 2002, and 2003
If you have a need to determine a date that is a known number of months in the future or the past, then the EDATE function can be quick and easy. For instance, if you are working with expiration dates for six-month contracts, you can use the following formula:
=EDATE(NOW(),6)
The function takes the first date provided (in this case, using the NOW function) and uses the second parameter to determine the number of months future or past that should be calculated. The date parameter you use should resolve to a date serial number and not be a textual date.
If you use a negative value for the second parameter, then EDATE calculates a date in the past. For instance, if you wanted a date that was three months in the past, then you could use the following:
=EDATE(NOW(),-3)
EDATE returns a date serial number; you may need to format the cell so it uses a date format that formats the returned value as you want it to appear.
You should note that if the EDATE function does not work on your system, it means you have not installed or enabled the Analysis ToolPak. Install the ToolPak and then you should be able to use the function.
ExcelTips is your source for cost-effective Microsoft Excel training. This tip (3186) applies to Microsoft Excel 97, 2000, 2002, and 2003. You can find a version of this tip for the ribbon interface of Excel (Excel 2007 and later) here: The EDATE Function.
Solve Real Business Problems Master business modeling and analysis techniques with Excel and transform data into bottom-line results. This hands-on, scenario-focused guide shows you how to use the latest Excel tools to integrate data from multiple tables. Check out Microsoft Excel 2013 Data Analysis and Business Modeling today!
There are calendar days and then there are business days. Excel provides the NETWORKDAYS function that is helpful to ...
Discover MoreThe NETWORKDAYS worksheet function can be used to easily determine the number of work days (Monday through Friday) within ...
Discover MoreExcel makes working with a list of dates relatively easy. If you have a list of dates, you may need to know how many of ...
Discover MoreFREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
There are currently no comments for this tip. (Be the first to leave your comment—just use the simple form above!)
Got a version of Excel that uses the menu interface (Excel 97, Excel 2000, Excel 2002, or Excel 2003)? This site is for you! If you use a later version of Excel, visit our ExcelTips site focusing on the ribbon interface.
FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
Copyright © 2025 Sharon Parq Associates, Inc.
Comments