Setting Dates to Speadsheets!?

  • Thread starter Thread starter Neo1
  • Start date Start date
N

Neo1

Hello just a question, How can i make the current date appear in a cell
in the spreadsheet so that for any day that I open it..that days date
is displayed in the cell?

Thanks
From John
 
Hi john,
click on the cell you want the date in and enter
=now()
this will insert the current date and time.
you can edit the way its shown by right clicking on the cell and using
the 'format cell' option. then click on the 'number' tab to select the
formatting you want to show
Good luck
Shorty
 
An alternative is =TODAY(), which only gives you the date, not the
time.

Pete
 
Thanks but how can i make the date update every minute..so that the date
is up to date?

Thanks
From John
 
The date is only going to change once a day, so there is little point
in updating it every 60 seconds !

Pete
 
What I want to do is basically up date the "Time" every 60 seconds not
the date....


Thanks
From John
 
John

Format the =NOW() cell to "time" and follow my original suggestion(s)


Gord

What I want to do is basically up date the "Time" every 60 seconds not
the date....


Thanks
From John

Gord Dibben MS Excel MVP
 

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