FormulaCraft

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

Topic:Date arithmetic
Excel & Google Sheets
=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 (formatted as a date) and the number of days to add in B2.
  2. 2In a result cell, type =A2+B2.
  3. 3Ensure the result cell is formatted as a date: right-click, Format Cells, Date.
  4. 4The formula returns the date that is exactly B2 calendar days after A2.
  5. 5You can also hardcode the days: =A2+30 adds exactly 30 days.

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

Why does my result show a large number instead of a date?

The result cell is not formatted as a date. Select the cell, go to Format Cells, and choose a Date format. The underlying number is correct — it just needs the right display format.

How is adding days different from EDATE?

Adding a number adds exact calendar days. EDATE(date, months) adds whole months and accounts for varying month lengths, which is different. Use direct addition when you need an exact day count.

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: