Thread: Time Format.
View Single Post
  #2  
Old June 2nd, 2010, 07:00 PM posted to microsoft.public.excel.misc
Bob Phillips[_3_]
external usenet poster
 
Posts: 489
Default Time Format.

Use

=TIME(0,INT(I1/60),MOD(I1,60))

and format it as h:mm:ss

--

HTH

Bob

"GEM" wrote in message
...
I have a column with numbers that represent seconds, for example 109.

How can I change this number (109) to this format, 0:01:49