Converting a Number into Minutes:Seconds

HappsLucks

Board Regular
Joined
May 6, 2016
Messages
72
OK, so it's Monday morning and I obviously cannot see the wood for the trees. This should be so simple, yet I am stumped.
Somebody out there please put me out of my misery. :(

An operator enters a recorded time on Sheet 1 (The data input sheet)
He enters the time from an instrument display, and enters 3 values, measured in minutes and seconds.

Input 1 = 4.52 (4 minutes and 52 seconds - the decimal point is used for a specific reason)
Input 2 = 4.45
Input 3 = 5.02
(The above fields can be any format, as long as the operator enters "number dot number")

On another sheet (The Results Output Sheet), I need to see the following: (Remember, the times are entered as minutes and seconds).
Time 1 = 4:52
Time 2 = 4:45
Time 3 = 5:02
Average Time = 4:53

For the life of me, I cannot seem to get this to work. Please provide formulae (if required) and range formats.
Thanks, appreciated.
 

Excel Facts

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.
Thanks to all and sundry. Much obliged.

I found that Steve The Fish seems to have it nailed. I'm sure the other work also.
Rich (BB code):
=TIME(0,INT(A1),MOD(A1,1)*100)


Thank you.
 
Upvote 0

Forum statistics

Threads
1,215,326
Messages
6,124,258
Members
449,149
Latest member
mwdbActuary

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