Features of !SEMTools

TODAY

Excel TODAY function with usage examples
Function categoryDate and time functions
VolatilityVolatile
Similar functionsNOW — returns current date and time
DATE — creates date manually from numbers

What does the TODAY() function do?

The TODAY function returns the current system date of the computer where the file is opened. Time is not considered – the result will be only the date.

The function is used in date calculations: for comparison, automatic determination of overdue tasks, dynamic reports and calendars.

Formatting

By default, Excel displays the result in date format. If necessary, you can manually change the format (for example, to numeric or text).

To get a text view of the current date, use the TEXT function:

=TEXT(TODAY(), "DD.MM.YYYY")

Syntax

=TODAY()

Arguments:

The function requires no arguments. But parentheses “()” are mandatory.

Examples

FormulaDescriptionResult (example)
=TODAY()Current date06/17/2025
=TODAY()-7Date one week ago06/10/2025
=DATE(YEAR(TODAY()),1,1)January 1 of current year01/01/2025

Features

  • The function recalculates every time the file is opened or when the worksheet is updated.
  • To save a “snapshot” of the date, copy the cell with the formula and paste “as values”.
  • The function depends on the system date settings on the user’s computer.

Other date and time functions in Excel

TIMEVALUE, TIME, YEAR, DATE, DATEVALUE, EDATE, DAY, WEEKDAY, YEARFRAC, EOMONTH, MONTH, MINUTE, WEEKNUM, WORKDAY, DATEDIF, SECOND, NOW, HOUR, NETWORKDAYS

Like the article? Help its author! Buy !SEMTools, it has lots of useful instruments to process text data.

This post is also available in RU.