Time duration to numerical number of minutes.

FredM400

New Member
Joined
Jul 22, 2008
Messages
26
Greetings

I am sure this is a case of my brain melting in the heat, but what is the best way to convert a duration expressed in HH:MM:SS to a numerical number of minutes that can be in a math formula.

Example:

Cell A1 contains the time duration of 1:45:30

I want cell A2 to contain the numerical value of 105.5

Thanks!
 

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
Greetings

I am sure this is a case of my brain melting in the heat, but what is the best way to convert a duration expressed in HH:MM:SS to a numerical number of minutes that can be in a math formula.

Example:

Cell A1 contains the time duration of 1:45:30

I want cell A2 to contain the numerical value of 105.5

Thanks!
Multiply by 1440 and format as General or Number.

=A1*1440
 
Upvote 0

Forum statistics

Threads
1,202,981
Messages
6,052,898
Members
444,610
Latest member
dodong

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