Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 17
Default Working with duration data

I am working with process duration data, and typically collect it in hour,
minutes and seconds. In some cases, a process step might take over 600 hours
(600:14:30). It seems that as long as I keep everything in a [h]:mm:ss format
(or the 37:30:55 preset) I can sum all the hours from various step whilst
maintaining accuracy. What I was wondering if there is a format that converts
to days, hour, minutes and seconds in the same manner while maintaining the
ability to perform math functions (i.e. addition, subtraction).

Finally, is there way to convert that number to working days, minutes,
hours, and seconds.

Thanks in advance, your answer will make my presentation more boss friendly.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,441
Default Working with duration data

PGiessler,

Times are just specially formatted numbers: 600:14:30 is actually the number
25.0100694444444 - the 25 part is full 24 hour days (25*24 = 600) and the
..0100694444444 part is 14minutes and 30 seconds as a fraction of 24 hours.

To all you need to do is change the formatting to show days - but as for
working days - how do you define that? 8 hour days?

HTH,
Bernie
MS Excel MVP


"PGiessler" wrote in message
...
I am working with process duration data, and typically collect it in hour,
minutes and seconds. In some cases, a process step might take over 600
hours
(600:14:30). It seems that as long as I keep everything in a [h]:mm:ss
format
(or the 37:30:55 preset) I can sum all the hours from various step whilst
maintaining accuracy. What I was wondering if there is a format that
converts
to days, hour, minutes and seconds in the same manner while maintaining
the
ability to perform math functions (i.e. addition, subtraction).

Finally, is there way to convert that number to working days, minutes,
hours, and seconds.

Thanks in advance, your answer will make my presentation more boss
friendly.


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 17
Default Working with duration data

Hi Bernie,

Thanks for the tips. For my purposes a working day is equal to 10 hours - to
cover time zones of the operation.

PG

"Bernie Deitrick" wrote:

PGiessler,

Times are just specially formatted numbers: 600:14:30 is actually the number
25.0100694444444 - the 25 part is full 24 hour days (25*24 = 600) and the
..0100694444444 part is 14minutes and 30 seconds as a fraction of 24 hours.

To all you need to do is change the formatting to show days - but as for
working days - how do you define that? 8 hour days?

HTH,
Bernie
MS Excel MVP


"PGiessler" wrote in message
...
I am working with process duration data, and typically collect it in hour,
minutes and seconds. In some cases, a process step might take over 600
hours
(600:14:30). It seems that as long as I keep everything in a [h]:mm:ss
format
(or the 37:30:55 preset) I can sum all the hours from various step whilst
maintaining accuracy. What I was wondering if there is a format that
converts
to days, hour, minutes and seconds in the same manner while maintaining
the
ability to perform math functions (i.e. addition, subtraction).

Finally, is there way to convert that number to working days, minutes,
hours, and seconds.

Thanks in advance, your answer will make my presentation more boss
friendly.



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,441
Default Working with duration data

PG,

To calculate the number of 10 hour days, with left over hours and minutes

=INT((A2*24)/10)&" full days and "& INT(A2*24)-INT(A2*24/10)*10&" hour(s) "
&INT(((A2*24)-INT(A2*24))*60)&" minute(s)"

HTH,
Bernie
MS Excel MVP


"PGiessler" wrote in message
...
Hi Bernie,

Thanks for the tips. For my purposes a working day is equal to 10 hours - to
cover time zones of the operation.

PG

"Bernie Deitrick" wrote:

PGiessler,

Times are just specially formatted numbers: 600:14:30 is actually the number
25.0100694444444 - the 25 part is full 24 hour days (25*24 = 600) and the
..0100694444444 part is 14minutes and 30 seconds as a fraction of 24 hours.

To all you need to do is change the formatting to show days - but as for
working days - how do you define that? 8 hour days?

HTH,
Bernie
MS Excel MVP


"PGiessler" wrote in message
...
I am working with process duration data, and typically collect it in hour,
minutes and seconds. In some cases, a process step might take over 600
hours
(600:14:30). It seems that as long as I keep everything in a [h]:mm:ss
format
(or the 37:30:55 preset) I can sum all the hours from various step whilst
maintaining accuracy. What I was wondering if there is a format that
converts
to days, hour, minutes and seconds in the same manner while maintaining
the
ability to perform math functions (i.e. addition, subtraction).

Finally, is there way to convert that number to working days, minutes,
hours, and seconds.

Thanks in advance, your answer will make my presentation more boss
friendly.





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
duration Keith_river Excel Worksheet Functions 1 August 26th 08 04:46 AM
format for duration [email protected] Excel Discussion (Misc queries) 2 January 3rd 07 09:12 AM
fx duration sajid Excel Worksheet Functions 1 May 5th 06 09:28 AM
Duration citizens1stbank Excel Discussion (Misc queries) 0 July 15th 05 06:23 PM
Duration Tess Excel Discussion (Misc queries) 2 February 1st 05 03:39 PM


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

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

About Us

"It's about Microsoft Excel"