✍️ Excel date & time examples

TODAY and NOW Examples in Excel

Learn practical today and now examples in excel for deadlines, schedules, reporting periods and date calculations.

Updated 2026-06-125 practical examplesCopy-ready

What it does

TODAY returns the current date. NOW returns the current date and time.

Syntax or pattern

=TODAY() / =NOW()
βœ…

5 practical examples

1

Show today’s date

Display the current date.

=TODAY()

Updates when the workbook recalculates.

2

Calculate days overdue

Compare a due date to today.

=TODAY()-A2

Positive values mean days since the date.

3

Flag overdue tasks

Mark items past due.

=IF(A2<TODAY(),"Overdue","OK")

Useful for task trackers.

4

Timestamp report refresh

Show current date and time.

=NOW()

NOW includes time.

5

Age from birth date

Estimate age in years.

=DATEDIF(A2,TODAY(),"Y")

DATEDIF gives whole years.

Common mistakes to avoid

  • Check whether dates are real Excel dates, not text.
  • Be careful with weekends, holidays and time portions.
  • Explain whether a result counts calendar days or workdays.

Related Excel examples

FAQ

Why does the date formula return a number?

Excel stores dates as serial numbers. Format the cell as a date to display it correctly.

πŸ’‘ Useful resources

Here are some ideas for you

Optional resources that may help if you are learning formulas, building reports, or working in spreadsheets often.

  • πŸ“˜
    Excel formula books

    Practice formulas with structured examples you can keep beside your desk.

    See ideas
  • ⌨️
    Excel shortcut guides

    Build speed with keyboard shortcuts for selection, formatting and navigation.

    See ideas
  • πŸ”’
    Numeric keypads

    Helpful if you enter many numbers on a laptop or compact keyboard.

    See ideas
  • πŸ–₯️
    External monitors

    Useful for viewing large worksheets, formulas and reference tables side by side.

    See ideas
  • πŸ“’
    Desk notebooks

    Sketch formula logic, report ideas and table structures before building.

    See ideas
  • πŸ’»
    Laptop stands

    Make long spreadsheet sessions more comfortable and ergonomic.

    See ideas

Some links in this section may be affiliate links. Choose only what is useful for your own work.