Time format into mm:ss retaining seconds value

hechesspee

New Member
Joined
Aug 16, 2020
Messages
10
Office Version
  1. 365
Platform
  1. Windows
Hi,
I'm looking to convert the below values in hh:mm:ss in to the fomart on the right.
Col hh:mm:ss--->Desired format
A1 01:57:00--->117.00
A2 01:18:00--->78.00
A3 00:32:30--->32.30
A4 00:05:38--->5.38
A5 00:28:10--->28.10

I used =A1*1440 and used numeric format with 2 decimal places. However it is converting the non-zero seconds part as below
117.00
78.00
32.50
5.63
28.17

Can someone advise me on how to get the desired format?

Thanks
HSP
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
Thanks fhqwgads, it is not giving the right result.
Total duration in sechh:mm:ss[m].ss
702001:57:00168480.00
468001:18:00112320.00
195000:32:3046800.00
33800:05:388112.00
169000:28:1040560.00
 
Upvote 0
are you just typing 117 into the cell formatted with [m].ss?
it's reading that as a serial number date. day 117=117*24*60 minutes =168480
if you type in 01:57:00 it should return 117
 
Upvote 0

Forum statistics

Threads
1,214,938
Messages
6,122,346
Members
449,080
Latest member
Armadillos

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