Tme

Brutium

Board Regular
Joined
Mar 27, 2009
Messages
188
Hello all,

I have a problem which I am sure some of you must have already an answer for me.

I need to add times. I have two columns in which I have added times. In one column I calculated the time that for example goes from 10:00 to 13:30, in a second column I have other times expressed in minutes only. My problem is how do I add the 3:30 I get from the first cell, to the 95 minutes I get from the second column?

Any help would be GREATLY appreciated.

Brutium
 

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.
Try something like this...

<br />
Book1
ABC
1TimeMinutes (integer)Total time
213:309515:05
Sheet1
Cell Formulas
RangeFormula
C2=A2+TIME(0,B2,0)


Note: format the cell with the formula (C2 in this case) as Time.
 
Upvote 0
If A1 contains 95, then in another cells, enter:
=A1/(24*60) to display
0.065972

If you format this as time you will see:

1:35:00 AM

<tbody>
</tbody>

<tbody>
</tbody>
 
Upvote 0
Hello AlfaFrog,
Thank you for your prompt reply.The formula seems to be working almost perfectly, the only problem is that instead of giving me the total number of hours and minutes, it tells me that the total is 12:30 PM. what can I do to avoid getting the AM or PM in my answers and instead get the total number of hours passed?
 
Upvote 0
Hello AlfaFrog,
Thank you for your prompt reply.The formula seems to be working almost perfectly, the only problem is that instead of giving me the total number of hours and minutes, it tells me that the total is 12:30 PM. what can I do to avoid getting the AM or PM in my answers and instead get the total number of hours passed?

Format the result (C2) as Time and select the 13:30 type of time formatting in the Cell Formatting dialog or a Custom format [h]:mm
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,892
Messages
6,122,112
Members
449,066
Latest member
Andyg666

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