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.
|