Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
TODAY returns the current date; DATEDIF measures the difference in days, months, or years — useful for ages and tenure.
Topic:Date arithmetic=DATEDIF(A2, TODAY(), "Y")=DATEDIF(A2, TODAY(), "Y")Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Calculates the difference between two dates in years, months, or days using a unit code string.
How-toTurn a birth date into an age in years with DATEDIF and TODAY. Works the same in Excel and Google Sheets.
How-toSubtract one date from another to get the number of days, or count working days with NETWORKDAYS. Works in both apps.
How-toShift a date forward or back by a number of months with EDATE — it handles month lengths correctly. Works in both apps.
How-toMark rows whose due date has passed by comparing it to TODAY() with IF. Works the same in Excel and Google Sheets.
How-toUse DATEDIF with TODAY() to calculate a person's exact age in years from a birth date cell in Excel and Google Sheets.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: