FormulaCraft

How to highlight overdue dates in Excel and Google Sheets

Topic:Date arithmetic
Excel & Google Sheets
=A2<TODAY()

Verified example

Computed by a real spreadsheet engine on the sample data below.

Due DateTaskStatus
2024-01-01File reportDone
2024-02-15Send invoicePending
2024-03-20Review contractOpen
2025-12-31Year-end auditScheduled

=A2<TODAY()FALSE

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

Step by step

  1. 1Select the range of date cells you want to monitor (e.g., A2:A6).
  2. 2In Excel: go to Home > Conditional Formatting > New Rule > 'Use a formula to determine which cells to format'.
  3. 3In Google Sheets: go to Format > Conditional Formatting, choose 'Custom formula is'.
  4. 4Enter the formula =A2<TODAY() (use the top-left cell of your selection).
  5. 5Choose a red fill or font color, then click OK or Done. Dates before today will be highlighted immediately.

Tips

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.

Frequently asked

Why is the entire column highlighted instead of just past-due rows?

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.

Can I highlight the entire row when a date in column A is overdue?

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.

More on Date arithmetic

See all →

Formulas used

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

Last reviewed: