Working with Time durations

SJACKSON1234

New Member
Joined
Jun 27, 2018
Messages
1
Hi,

I'm trying to work with time durations in excel, Currently I have the cells fomatted to the custom [hh]:mm:ss and in general everything works okay - the issue being that when i try formula to convert from hours into working days I encounter issues where the hours exceed 24.

eg.

I have input '180:00:00' into the cell which displays fine, however in the formula bar Excel shows '07/01/1900 12:00:00' which make it impossible to use the cell in a formula when say multiplying by a cost. Multiplying the '180:00:00' cell by $50 gives $375.

Essentially I'm asking if it is possible to work in hour durations with excel formulas where the hours are greater than 24

Thanks in advance
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
excel stores dates as numbers starting at 0 = 00/01/1900,1 = 01/01/1900

Your calculation is multiplying days x the hourly rate - if you multiply by 24 you should get correct result.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,216,124
Messages
6,128,990
Members
449,480
Latest member
yesitisasport

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