Date

  • Thread starter Thread starter jesseok
  • Start date Start date
J

jesseok

Please tell me the correct argument for causing the date to update each time
you use excel. Thank you
 
Put this in a cell:

=TODAY()

It will pick up your system date whenever you use the file.

Hope this helps.

Pete
 
THANK YOU, the _today() did it Thanks again
Put this in a cell:

=TODAY()

It will pick up your system date whenever you use the file.

Hope this helps.

Pete
 
Hi,

You can use either NOW() or TODAY(). The difference is that NOW gets both
the computer's date and time. TODAY gets only the date. Of course you can
format NOW to show just the date.

Both of these functions are volitle - they recalculate everytime the
spreadsheet recalculates.
 
Hi,

The shortcut key for Current Date is Ctrl+; (semi-colon)
Ctrl+: (colon) is the shortcut key for current Time.
 
Back
Top