time functions

  • Thread starter Thread starter KRK
  • Start date Start date
K

KRK

Hello, I have Excel 2007

Can anyone help please, I want to display times as 08:00, 09:00, 10:00, etc.

I cannot find a time format to do this, I keep getting 08:00:00 , etc

Also, I want to be able to add 1 hour to a cell value, ie. to calculate cell
A2 = A1+1hour. Can I do this ?

Thanks for all help

K
 
=a1+1/24
or
=a1+time(1,0,0)

will add an hour.

Can you just format the cell as: hh:mm?

You may want to explain what failed.
 

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

Similar Threads

Time shift calculation 0
Help 13
Counting event times 5
How to calculate out of hours? 0
Start Time & End Time 7
Time Format to Text Output - A Tough One ! 4
Calculating Sleep 5
Count hours dr 2

Back
Top