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

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
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,215,698
Messages
6,126,270
Members
449,308
Latest member
VerifiedBleachersAttendee

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