Time format conversion
Stefi,
That's fine for small numbers but falls over at 32768 seconds or 9h 6m 8s.
(2^15 or 111111111111111). Excel uses 15 bits for storing time which is a
maximum of 32768 numbers. Because time uses 0 then 32767 is the maximum value
accepted.
Mike
"Stefi" wrote:
Another solution:
=TIME(0,0,162)
and format as mm:ss
Regards,
Stefi
€˛Mike H€¯ ezt Ć*rta:
Hi,
divide by 86400 (Seconds in a day) and format as mm:ss
Mike
"mftr" wrote:
How can I convert a three digit seconds figure to minutes and seconds in a
mm:ss format (i.e. 162 seconds as 2:42)? I can get the right raw number by
dividing by 1440, but that seems to produce an h:mm format, albeit with the
right digits.
|