Thread: Adding Times
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default 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.