Time Format Conversion of a Number (sec)

Eric Deneault

New Member
Joined
Dec 11, 2008
Messages
10
I have a calculated cell that returns a number which is equivalent to the number of seconds. I wish to format the cells output, without changing that calculation in the cell and have the cell's output in mm.ss just as one would see on a digital stopwatch.<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:eek:ffice:eek:ffice" /><o:p></o:p>
<o:p></o:p>
75 would then read 1.15 (one minute 15 seconds);<o:p></o:p>
<o:p></o:p>
33 would then read 0.33 (33 seconds)<o:p></o:p>
<o:p></o:p>
I truly hope that this is not embarrassingly simple but I need to find the answer and will be grateful for any assistance.
<o:p></o:p>
Thank You
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
Hello Eric and welcome to MrExcel.com

Try:
=A1/1440

Where A1 houses the value (e.g. 75)

Format the result as time.
 
Upvote 0
I don't believe you can do that with formatting alone, without changing the calculation. If you have 75 you can convert to 1:15 by dividing by 86400 [the number of seconds in a day] so you could use

=(your formula)/86400

custom format cell as m.ss
 
Upvote 0

Forum statistics

Threads
1,216,155
Messages
6,129,185
Members
449,492
Latest member
steveg127

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top