How do I convert time recorded in a cell to total minutes?

AlexD

New Member
Joined
Aug 9, 2002
Messages
7
I've got a series of cells which calculates the time elapsed between 2 other cells. The time is displayed in the new cell, but I need the cell just to display the total number of minutes in decimal format. For example, I enter

Cell A1: 4:01
Cell B1: 8:05

Cell C1=B1-A1 yields 4:04.

It is my intention that these cells reflect minutes:seconds, not hours:minutes.

I'd like the 4:04 to read as 4.067 (minutes).

How do I do this?

Regards,
Alex
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December

Yogi Anand

MrExcel MVP
Joined
Mar 12, 2002
Messages
11,454
Hi Alex:

If 4:04 is in cell A1, then in B1 use

=A1*24 and Format it as Number 3 Decimal Places -- it should read 4.067

Regards!

Yogi
This message was edited by Yogi Anand on 2002-08-23 19:44
 
Upvote 0

AlexD

New Member
Joined
Aug 9, 2002
Messages
7
Got it thanks. I also had to reformat the new cell to Number -> General which wasn't obvious to me at first.

Thanks again,
Alex
 
Upvote 0

Forum statistics

Threads
1,191,177
Messages
5,985,132
Members
439,941
Latest member
robertv13

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
Top