![]() |
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. |
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. |
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. |
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