Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
=DATE(YEAR(A2)+B2,MONTH(A2),DAY(A2))Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
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.
Yes. =EDATE(A2, B2*12) adds B2 years by converting years to months. Both approaches give identical results for most dates.
Adding 365 is inaccurate for leap years. In a leap year the year has 366 days, so you would land one day short. DATE(YEAR+1,...) always lands on the exact same calendar date next year.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: