FormulaCraft

TODAY / DATEDIF

TODAY returns the current date; DATEDIF measures the difference in days, months, or years — useful for ages and tenure.

Topic:Date arithmetic
Excel
=DATEDIF(A2, TODAY(), "Y")
Google Sheets
=DATEDIF(A2, TODAY(), "Y")

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

How it works

  1. 1A2 is the start date.
  2. 2TODAY() is the end date.
  3. 3"Y" returns whole years between them.

Need a version for your data?

Try: “Calculate how many full years between the date in A2 and today

More on Date arithmetic

See all →

Related

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

Last reviewed: