Formatting time - minutes and seconds NOT time of day

RodneyW

Active Member
Joined
Sep 24, 2010
Messages
450
Office Version
  1. 2013
Platform
  1. Windows
In cell E4 I have entered 4:44 intending it to mean 4 minutes and 44 seconds but Excel changes it to 4:44:00 AM. I have also entered it as 04:44 with the same result. Entering 00:04:44 changes it to 12:04:44 AM.

E5 will have 3:15

The goal is to have F5 add E4 (4:44) and E5 (3:15) giving me 7:59. From there the formula changes slightly.... F6 will add F5+E6. F7 will add F6 + E7 and so on. Ironically this formula works until the calculation in column F surpasses a total of 24 minutes because Excel thinks 24 minutes is 24 hours and reverts to a new "day".

I need the totals in column F to continue adding minutes until the total exceeds 59 minutes and 59 seconds at which time it would show 1:00:00 or whatever where the first number is hour(s), then minute(s) then second(s).

I've tried formatting the values in column E as [mm]:ss and that doesn't solve it.

Any ideas?

Thanks in advance.
 

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
In cell E4 I have entered 4:44 intending it to mean 4 minutes and 44 seconds but Excel changes it to 4:44:00 AM. I have also entered it as 04:44 with the same result. Entering 00:04:44 changes it to 12:04:44 AM.
This is expected behaviour. Try changing the formatting to [h]:mm:ss
Book1
EFG
70:04:440:03:150:07:59
Master
Cell Formulas
RangeFormula
G7G7=F7+E7
 
Upvote 0
Solution

Forum statistics

Threads
1,217,359
Messages
6,136,097
Members
449,991
Latest member
IslandofBDA

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