TODAY Function In Excel Examples, Formula & How To Use It

In this tutorial we will learn how to utilize TODAY function in Excel, we will be providing example formulas and ways to do it.

What is Today Function In Excel

TODAY function is an Excel function wherein returns the current date. Excel stores dates as serial numbers as default therefore it will return a certain value in serial number format. Thus, it must be changed on Date format in order to have a correct format of date.

Apparently, this function can be applied and combined in different functions, thus an aspect of financial analysis for instance.

Syntax

=TODAY()

This syntax does not require arguments but you need to include the empty parenthesis().

Furthermore, this function continuously updates and recalculated every time the worksheet is open and cell value is changed or entered. Thus if the value is changed press F9 in forcing the value to change and update the certain value.

In addition to this, use the keyboard shortcut CRTL+SHIFT; if using static as you enter the current date.

excel today function Example

Excel TODay function can be joined with other function, so the table below shows how this function interacts and work with other functions.

FormulaReturn value
=TODAY() current date
=TODAY()-7 one week in past
=TODAY()+7 one week in future
=TODAY()+60 60 days from today
=EDATE(TODAY(),4) 4 months from today
=EDATE(TODAY(),12) 1 year from today
=EDATE(TODAY(),-12) 1 year in the past
=EOMONTH(TODAY(),-2)+2second day of current month
=TODAY()+TIME(17,0,0) today at 5:00 PM
=TODAY()+1+TIME(12,0,0) tomorrow at noon

How to use the TODAY Function in Excel?

This time the table explains the formula and result of using TODAY function.

FormulaDescriptionResult
=TODAY()This formula returns the current date.12/13/2022
=TODAY()+5Returns the current date plus 5 days. For example, if the current date is 12/13/2012, this formula returns 12/17/2012.12/18/2022
=DATEVALUE(“12/13/2022”)-TODAY()Returns the number of days between the current date and 12/12/2022. Note that cell A4 must be formatted as General or Number for the result to display correctly.1/0/1900
=DAY(TODAY())Returns the current day of the month (1 – 31).13
=MONTH(TODAY())Returns the current month of the year (1 – 12). For example, if the current month is December, this formula returns 12.12

Today function in Excel not Working

If your TODAY function is not working automatically, go to Formulas tab>Calculations Options> and select Automatic. This happens most likely because the recalculation is a turnoff. After, this will update automatically the date.

Difference between today and now function in excel

The difference between the TODAY and Now function is:

  • The TODAY function returns only the date of a user using the function.
  • NOW function returns the instant time and date of a user using the function.

Function finds today’s date in excel

As Today function only return the current date, but not the current time conjunction to date so we can utilize the NOW function for this specific purpose.

  1.  Type the formula on cell J5.
  2.  Then press CTRL-ENTER to get the current date and time returned as shown below.Now Excel function
  3. Thus if you want a long date format just, right-click the cell and choose Format Cells.
  4.  When the Format Cells Dialog Box appears, select Custom and start customizing the date.
  5.  Press Ok and then Excel will show the long date and time as indicated below. Now function custom

How to add today function in excel to determine number of Days

This time we will determine the number of days of students submitted their requirements, apparently, we can hard code the formula but we want the formula to be updated every time the worksheet is open.

  •  Therefore enter the formula in cell J5.
  • Upon pressing CTRL-ENTER we get the value 13, which means 13 days have passed since the submitted date of the student at hand and the current date of opening the workbook which was 12 December 2022.
  • Secure the number format in cell J5 is General, to see the number of days.
Today finding number of days

Conclusion

In conclusion, Today function in excel is crucial when analyzing data which involves current dates and other dates matters which mostly needed in the analysis.

Thank you for reading. Visit our prior tutorials if you have missed some of the functions used in Excel.

Leave a Comment