Display time to the milliseconds

B

Bernard Liengme

Peo,
What am I doing wrong?
Cell has =TIME(3,4,5.125) and is formatted as hh:mm:ss.000 but displays
3:04:05.000
Thanks
 
P

Peo Sjoblom

TIME can only use integers, it
works like you would have INT inside it

--


Regards,


Peo Sjoblom
 
P

Peo Sjoblom

One way when using TIME to add 125 milliseconds <g>

=TIME(3,4,5)+(125/24/60/60/1000)

--


Regards,


Peo Sjoblom
 

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

Top