Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
=A2<TODAY()Computed by a real spreadsheet engine on the sample data below.
| Due Date | Task | Status |
| 2024-01-01 | File report | Done |
| 2024-02-15 | Send invoice | Pending |
| 2024-03-20 | Review contract | Open |
| 2025-12-31 | Year-end audit | Scheduled |
=A2<TODAY()→FALSE
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.
Make sure to lock the row reference in the formula if needed, and ensure the formula reference (A2) matches the top-left cell of your selected range. In most cases =A2<TODAY() with a relative reference is correct.
Yes. Select the full data range (e.g., A2:D6), then use the formula =$A2<TODAY(). The $ locks column A so every column in the row checks the date in column A.
Work with the current date and measure the gap between two dates.
How-toTurn a birth date into an age in years with DATEDIF and TODAY. Works the same in Excel and Google Sheets.
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-toMark rows whose due date has passed by comparing it to TODAY() with IF. Works the same 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: