I want to convert 212 seconds to mn:sec format in Excell
R rahrah3a Aug 23, 2005 #2 try this. set the cell format to custom - "mm:ss". and type in this formula where B6 represents a cell holding the number 212 =TIME(,,B6)
try this. set the cell format to custom - "mm:ss". and type in this formula where B6 represents a cell holding the number 212 =TIME(,,B6)
D Dave Peterson Aug 24, 2005 #3 If you typed 212 in A1, you could use this formula, too: =A1/24/60/60
D Dave Peterson Aug 24, 2005 #4 and format the result as time. I want to convert 212 seconds to mn:sec format in Excell Click to expand...
and format the result as time. I want to convert 212 seconds to mn:sec format in Excell Click to expand...