ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Adding Times (https://www.excelbanter.com/excel-discussion-misc-queries/186703-adding-times.html)

mudge55

Adding Times
 
How do I add times (in minutes and hours) but show the total in days, hours
and minutes? This for a working day so a total of 9h15mins should display as
1d1h15mins.

David Biddulph[_2_]

Adding Times
 
=INT(A2*3)&"d "&TEXT(MOD(A2,1/3),"h:mm") would display as 1d 1:15
Adjust the formula to suit.
--
David Biddulph

"mudge55" wrote in message
...
How do I add times (in minutes and hours) but show the total in days,
hours
and minutes? This for a working day so a total of 9h15mins should display
as
1d1h15mins.




mudge55

Adding Times
 
Thank you David. It worked like a charm.

"mudge55" wrote:

How do I add times (in minutes and hours) but show the total in days, hours
and minutes? This for a working day so a total of 9h15mins should display as
1d1h15mins.


mudge55

Adding Times
 
Thank you David. Worked like a charm.

"David Biddulph" wrote:

=INT(A2*3)&"d "&TEXT(MOD(A2,1/3),"h:mm") would display as 1d 1:15
Adjust the formula to suit.
--
David Biddulph

"mudge55" wrote in message
...
How do I add times (in minutes and hours) but show the total in days,
hours
and minutes? This for a working day so a total of 9h15mins should display
as
1d1h15mins.






All times are GMT +1. The time now is 03:13 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com