FormulaCraft

How to add months to a date in Excel and Google Sheets

Topic:Date arithmetic
Excel & Google Sheets
=EDATE(A2,B2)

Try it with your data

Edit the grid or formula, then run it through a real spreadsheet engine — no signup.

Sample data — click any cell to edit

Runs server-side · free · no signup

Step by step

  1. 1Enter your start date in A2 and the number of months to add in B2.
  2. 2In a result cell, enter =EDATE(A2,B2).
  3. 3Format the result cell as a date if it shows a number.
  4. 4To add months directly without a helper cell, use =EDATE(A2,3) to add 3 months.
  5. 5Use negative values to subtract months: =EDATE(A2,-2) goes back 2 months.

Tips

Need it for your exact data?

Describe your columns in plain English and get the precise formula for your sheet, with the right Excel or Sheets syntax.

Frequently asked

What is the difference between EDATE and just adding 30 days?

Adding 30 always moves exactly 30 days, which may land mid-month. EDATE moves to the same day of the following month, or the last day if the month is shorter.

Is EDATE available in all versions of Excel?

EDATE is available in Excel 2007 and later, and in all versions of Google Sheets. In older Excel versions it required the Analysis ToolPak add-in.

More on Date arithmetic

See all →

Formulas used

Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.

Last reviewed: