How to automatically update the date any time the Excel is openned

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a worksheet with a certain cell dedicated for today's date. Is it
possible to programm that cell so that any time I open the file, it
automatically reflects the today's date?
Thanks,
Dori
 
You could use:
=today()

If you need date and time, you could use:
=now()
(format it nicely)
 
Thank you very much Dave.
Dori

Dave Peterson said:
You could use:
=today()

If you need date and time, you could use:
=now()
(format it nicely)
 

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

Back
Top