convert excel decimal total to minutes and seconds

steve h

New Member
Joined
May 6, 2008
Messages
4
Hello

I have listed a total amount of timings for a study that I have totalled giving me a figure of 34.76 which is under an hour.

how do i convert to min and seconds - is there a formula??

HELP!!!!!!!!!

:confused:
 
You could always take all your values and use the "text to columns" function under the Data menu. Just delimit with a period. Then you'll have one column for the minutes and one for the seconds and you can do this:

......A....B
1....1....25
2....1....25
3....1....25
4....1....25


=TIME(0,SUM(A1:A4),SUM(B1:B4))
 
Upvote 0

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
maybe useful for someone in the future.
try: =FLOOR(D20,1)&":"&TEXT((D20-FLOOR(D20,1))*60,"00")
 
Upvote 0
This will do it as well:
=DOLLARDE(D20,60)/24

Format as [h]:mm

Note, if you are using a version of Excel prior to XL2007, you will need to load the Analysis Toolpak for this.
 
Upvote 0

Forum statistics

Threads
1,215,824
Messages
6,127,109
Members
449,359
Latest member
michael2

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