How to add months to a date using the DATE Function in Excel
Let’s say we want to add a number of months to a given start date. In a new worksheet, list different start dates in column A. In column B, enter the number of months to be added to or subtracted from the start date. Based on that data, the end date can be calculated. Here is how we’ll do this:
How To add/subtract months to or from dates
- In cells A2:A10 list some start dates.
- List in cells B2:B10 the number of months to add or subtract.
- Select cells C2:C10 and type the following formula: =DATE(YEAR(A2),MONTH(A2)+B2,DAY(A2)).
- Press CTRL+Enter.
To determine an end date in the past, put a minus sign in front of the number of months. This will work in Excel 97, 2000, 2003 and 2007.
- How to Use the EDATE function to calculate months in Excel
- How to Combine Parts of Date using the DATE Function in Excel
- How to Use the YEAR function to extract the year part of a date
- How to Use the DATEDIF function to calculate the ages of employees
- Use the DAYS360 function to calculate with a 360-day year
Dayana Hammond
How engaging…
September 3rd, 2008 at 8:06 pm