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
Working on a sheet you inherited? Run the Auditor on the whole file first — it flags every #REF!, #N/A, broken column pattern, and inconsistent formula in seconds, free, no signup.
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: