converting minutes

gregpet

Board Regular
Joined
Mar 6, 2006
Messages
53
I want to display the total of a column of numbers in minutes something like this: "2:50", where the 2:50 is 170 minutes. How would I go about this? Thanks in advance.
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
Divide by 1440 and format the cell as time.

Or multiply by 1440 and format as a number.

Don't know if you want 2:50 to 170 or 170 to 2:50.
 
Upvote 0
Hiya, Brian. Don't mean to barge in here, but thought I might add...

Greg,

If your subtotals have no dependents, then you're gonna be okay. But if you have any type of time-math downstream where this is gonna cause trouble, just do a custom format on the cell, setting the number format to [mm]

<sup>edit</sup> Uy! Never mind! That'd be relevant if you were riding the other direction. If you're dividing then you're converting decimals to time values; in which case, I don't think this is an issue. Sorry. <sub>/edit</sub>
 
Upvote 0

Forum statistics

Threads
1,214,523
Messages
6,120,028
Members
448,940
Latest member
mdusw

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