Elapsed Time Format, [h]:mm, doesn't seem to work, have I forgotten something?

awoohaw

Well-known Member
Joined
Mar 23, 2022
Messages
4,568
Office Version
  1. 365
Platform
  1. Windows
  2. Web
Hi Forum,
I was working on one of questions posted and either I have gotten my brain frozen or something has changed with excel.
Why is this format for elapsed time showing only 5 minutes instead of 24 hours and 5 minutes?

I am more than happy to admit I'm a goob if I'm doing something I should know better!

I have Version 2309 (Build 16827.20104. Current Channel (Preview)


1695749102298.png
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
The time function returns time only, which will never be >= 24hours.
 
Upvote 0
The time function returns time only, which will never be >= 24hours.

the excel time format has this option. Showing more than 24 hours is possible. But, the system generated sample above the choice list is showing the 5 minutes only as well.
I believe it should. And i was pretty sure it had in the past.

this excel support page also says it is possible:





1695750833062.png
 
Upvote 0
That is the time format which is not the same as the function. If you use
Excel Formula:
=C1/1440
then the [h]:mm will work.
 
Upvote 0
Solution
Thanks FLuff! I had no idea that the TIME(h,m,s) function did not work similarly to the Date(y,m,d) function by carrying over values.

Cell Formulas
RangeFormula
C1C1=24*60+5
D8:D9,D1:D4D1=FORMULATEXT(C1)
B2:B4B2=C2
C2C2=TIME(0,C1,0)
C3C3=TIME(24,5,0)
C4C4=1445/1440
C8C8=DATE(2023,1,C7)
C9C9=DATE(2023,0,C7)
 
Upvote 0
Glad to help & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,215,108
Messages
6,123,134
Members
449,098
Latest member
Doanvanhieu

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