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

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.
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
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,215,066
Messages
6,122,948
Members
449,095
Latest member
nmaske

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