TODAY Function in Excel
How to use the TODAY function in Excel - Illustrative Examples
Syntax:=TODAY()
Function: Returns the current date, it does not contain any parameters and the time is implicitly understood to be 0 hours.
Example
Example 1: To get today's date, you press =TODAY() and the result will be as shown below.
= TODAY()=6/16/2014
Example 2: Using in combination with other functions. You have a spreadsheet as shown below
You want to calculate the age of the people in your table, you do as follows:
In cell H9 you type: =YEAR(TODAY())-F9 and then press Enter. You will get the result as shown below:
Click and hold the mouse to drag the result for the remaining cells:
Example 3: Returns the current date plus 10
=TODAY() +10=18/6/2014
You can combine the TODAY function in Excel with many other functions to serve your calculation work. Also, if you want to get both the current date and time, you can use the NOW function in Excel.