Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
=IF(TODAY()>A2, "Overdue", "OK")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.
Compare to TODAY()+7: =IF(A2<=TODAY()+7, "Due soon", "OK"), optionally nested with the overdue check.
Work with the current date and measure the gap between two dates.
How-toCalculate completed years at an explicit as-of date with DATEDIF and numeric DATE inputs, avoiding ambiguous date text and changing examples.
ReferenceCalculates the difference between two dates in years, months, or days using a unit code string.
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-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: