Display time to the milliseconds

  • Thread starter Thread starter Patrick C. Simonds
  • Start date Start date
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
 
TIME can only use integers, it
works like you would have INT inside it

--


Regards,


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

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

--


Regards,


Peo Sjoblom
 
Back
Top