TODAY function
Summary
Returns the serial number of today's date
Syntax
TODAY()
The TODAY function syntax has no arguments.
Note: Excel stores dates as sequential serial numbers so they can be used in calculations. By default, January 1, 1900 is serial number 1, and January 1, 2008 is serial number 39448 because it is 39,447 days after January 1, 1900.
Note: Excel stores dates as sequential serial numbers so they can be used in calculations. By default, January 1, 1900 is serial number 1, and January 1, 2008 is serial number 39448 because it is 39,447 days after January 1, 1900.
Example
=TODAY()
=TODAY()+5
=DATEVALUE("1/1/2030")-TODAY()
=DAY(TODAY())
=MONTH(TODAY())
=TODAY()+5
=DATEVALUE("1/1/2030")-TODAY()
=DAY(TODAY())
=MONTH(TODAY())