#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default 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.
  #2   Report Post  
Posted to microsoft.public.excel.misc
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.



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default 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.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default 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.




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
adding times again B Bear New Users to Excel 14 August 30th 06 09:58 AM
adding times together changetires Excel Discussion (Misc queries) 4 June 30th 06 01:40 PM
adding times Metalteck Excel Discussion (Misc queries) 1 September 2nd 05 08:48 PM
Adding up Times Lisa Excel Worksheet Functions 2 September 1st 05 02:32 PM
Adding times Jim Excel Worksheet Functions 2 July 13th 05 03:22 AM


All times are GMT +1. The time now is 12:34 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"