Need to covert time to a decimal of minutes

xrayservice

New Member
Joined
Apr 5, 2011
Messages
24
Example 0:20 = 20 minutes

I can't use the time format, when changed to a number format its 0.1?

I would like 0:20 in time coverted over to just 20, and if 01:20 converted to 100 (for 100 minutes)

thanks
 

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.
multiply it by 24*60 and convert to decimal


assuming it is in A1,

(=A1*24*60) --format=decimal

If you want to keep it in its current column, place 1440 in a blank cell copy/paste special -->multiply over the time.
 
Last edited:
Upvote 0
hmmmmm, try playing around with the decimal length.


Your 0:20 might have hidden seconds which accounts for the .57

Try changing the time format to custom--> [h]:mm:ss and see if there are seconds attached
 
Upvote 0

Forum statistics

Threads
1,224,582
Messages
6,179,670
Members
452,936
Latest member
anamikabhargaw

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