current time

  • Thread starter Thread starter alain dhaene
  • Start date Start date
A

alain dhaene

Hi,

simply question (i think)

Wich function must I use to get the current time?

So the result must be : 11:01

Thx,
 
The current time can be input to a cell using

CTRL-SHIFT-;

If you want a function that will update whenever the sheet is
calculated, use

=NOW()

for the current date and time or

=MOD(NOW(),1)

for just the time.
 

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