Automaticly change date in Wroksheet

S

Sloandog

I am trying to get a cell in my excel spreadsheet to
automatically put the current date in it. I.e. Each day
I print it out, the "As of" date it will change. I knoqw
how to get it to take a date already entered into the
spreadshhet by the following, ="As of: "&TEXT
(F5, "ddMMMyy") but I want todays date to be
automatically input. Can anyone give me some hint on
this one? thanks!
 
R

Richard Daniels

Hi

Use the now() function. So instead of F5 your fomula
will look like

="As of: "&TEXT>(NOW(), "ddMMMyy")
 
S

Sloandog

-----Original Message-----
I am trying to get a cell in my excel spreadsheet to
automatically put the current date in it. I.e. Each day
I print it out, the "As of" date it will change. I knoqw
how to get it to take a date already entered into the
spreadshhet by the following, ="As of: "&TEXT
(F5, "ddMMMyy") but I want todays date to be
automatically input. Can anyone give me some hint on
this one? thanks!
.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top