Inserting Current Date in Excel 2000

  • Thread starter Thread starter mayacoleman
  • Start date Start date
M

mayacoleman

I would like to insert the current date so that it is updated every day. Is
this possible in Excel 2000? Thanks!
 
Just to add to Shane's response...

You can format the cell to show both the date and time and it'll update as often
as excel recalculates.

But if you use it to compare dates like:
=if(a1=date(2009,12,25), ... )
or
=if(A1=b1, ...)
where A1 contains =now() and B1 contains a date (without the time), then you may
not want to include the time by using =now().
 

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