In Excel, now() is a function used to return the serial number corresponding to the current date and time. If the cell is formatted as "General" before entering the function, the result will be formatted as a date.
#Microsoft Excel can store dates as serial numbers that can be used in calculations. By default, the serial number for January 1, 1900 is 1 and the serial number for January 1, 2008 is 39448 because it is 39448 days from January 1, 1900. Microsoft Excel for the Macintosh uses an alternative default date system.
Recommended learning: Excel basic tutorial
The above is the detailed content of What does now() mean in excel. For more information, please follow other related articles on the PHP Chinese website!