Date

J

jesseok

Please tell me the correct argument for causing the date to update each time
you use excel. Thank you
 
P

Pete_UK

Put this in a cell:

=TODAY()

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

Hope this helps.

Pete
 
J

jesseok

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
 
S

ShaneDevenshire

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.
 
S

ShaneDevenshire

Hi,

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