EXCEL TODAY FUNCTION

The current date is returned by this method. (In Excel, a serial number represents a certain date.)

Syntax:

=TODAY ()

There are no parameters for this function, but it does require empty parenthesis. This function can be used to determine a person’s age in years like this. =YEAR( TODAY())-1980 =YEAR( TODAY())-1980 =YEAR( TODAY())-19 To find the current year, this formula takes the TODAY function as an argument in the YEAR function, then subtracts 1980 to get the difference in years.

  • The date is returned by the = TODAY () function.
  • The current date plus 7 days is returned by = TODAY () +7.

Step By Step Guide of TODAY Function

  • TODAY is a volatile function that can cause spreadsheet performance issues.

  • TODAY shows the current date but not the time. Use NOW to make a date with the current time.

  • Rather than remaining at the date when the spreadsheet was first input,

  • TODAY will always represent the current date when the spreadsheet was last recalculated.

Related Functions

HLOOKUP Function

HLOOKUP Function

Explore Now

VLOOKUP Function

VLOOKUP Function

Explore Now

INDEX Function

INDEX Function

Explore Now

MATCH Function

MATCH Function

Explore Now

DATE Function

DATE Function

Explore Now

IF Function

IF Function

Explore Now

OR Function

OR Function

Explore Now

AND Function

AND Function

Explore Now

RANK Function

RANK Function

Explore Now

SUMIF Function

SUMIF Function

Explore Now

XIRR Function

XIRR Function

Explore Now

WORKDAYS Function

WORKDAYS Function

Explore Now