Re: $$Excel-Macros$$ Sum downtime for equipment with overlap periods

2014-11-28 Thread Vaibhav Joshi
Try this...some minor correction..

Cheers!!

+
*I did not do this for you. God is here working through me for you.*

On Fri, Nov 28, 2014 at 2:12 PM, Vaibhav Joshi  wrote:

> Son
>
> Can you test this file... i have tried building UDF since fomula is going
> too complexx...
>
> Cheers!!
>
> +
> *I did not do this for you. God is here working through me for you.*
>
> On Thu, Nov 27, 2014 at 11:10 PM, Vaibhav Joshi  wrote:
>
>> Did this worked?
>> On Nov 27, 2014 1:38 PM, "Vaibhav Joshi"  wrote:
>>
>>> Hey,
>>>
>>> put this formula in row 4 & drag
>>> down...=IF(SUMPRODUCT(N(A$4:A$9<=A4),N(B$4:B$9>=B4))>1,TIME(0,0,0),B4-A4)
>>>
>>>
>>> Cheers!!!
>>>
>>> +
>>> *I did not do this for you. God is here working through me for you.*
>>>
>>> On Wed, Nov 26, 2014 at 9:51 AM, son nguyen 
>>> wrote:
>>>
>>>> Hi Paul,
>>>>
>>>> I'm sorry as my past explain isn't clear for you.Please see enclosed
>>>> file and hope that i'll receive excellent solution of all of you.
>>>>
>>>> Thanks a lot
>>>>
>>>> Son
>>>>
>>>> 2014-11-25 20:37 GMT+07:00 Paul Schreiner :
>>>>
>>>>> Can you send me a sample file?
>>>>>
>>>>> Otherwise, I'll probably spend far too much time trying to recreate
>>>>> something that doesn't apply to your situation.
>>>>>
>>>>> *Paul*
>>>>> ---------
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> *“Do all the good you can,By all the means you can,In all the ways you
>>>>> can,In all the places you can,At all the times you can,To all the people
>>>>> you can,As long as ever you can.” - John Wesley*
>>>>> -
>>>>>
>>>>>*From:* son nguyen 
>>>>> *To:* excel-macros@googlegroups.com
>>>>> *Sent:* Monday, November 24, 2014 11:22 PM
>>>>> *Subject:* Re: $$Excel-Macros$$ Sum downtime for equipment with
>>>>> overlap periods
>>>>>
>>>>> Mr Paul,
>>>>>
>>>>> Thank for your consider.Let me explain more :
>>>>> There are lots of parts within machine so i would like to list detail
>>>>> of their working stop time ,however when calculating downtime i only
>>>>> calculate actual stop time and eliminate overlap time.
>>>>>
>>>>> Son
>>>>>
>>>>> 2014-11-24 20:47 GMT+07:00 Paul Schreiner :
>>>>>
>>>>>
>>>>> What do these times represent?
>>>>> Why would the equipment be recorded as down 9:00-12:00 AND 10:00-11:30?
>>>>>
>>>>> Is there a minimum recording increment?
>>>>> as in: 5 minute minimum or is it (1) minute increments?
>>>>>
>>>>> I'm considering setting up an array of increments for 24 hours and
>>>>> "flagging" the increment to avoid duplications.
>>>>> But would prefer NOT to have 1440 increments (24 hrs * 60min/hr)
>>>>>
>>>>>
>>>>> *Paul*
>>>>> -
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> *“Do all the good you can,By all the means you can,In all the ways you
>>>>> can,In all the places you can,At all the times you can,To all the people
>>>>> you can,As long as ever you can.” - John Wesley*
>>>>> -
>>>>>
>>>>>*From:* son nguyen 
>>>>> *To:* excel-macros@googlegroups.com
>>>>> *Sent:* Saturday, November 22, 2014 11:55 PM
>>>>> *Subject:* $$Excel-Macros$$ Sum downtime for equipment with overlap
>>>>> periods
>>>>>
>>>>> Dear all,
>>>>> I have problem when calculate total equipment downtime as there are
>>>>> overlap periods.
>>>>> For example :
>>>>> start time   Finish time
>>>>> 8:00   8:20
>>>>> 9:00   12:00
>>>>> 10:00 

Re: $$Excel-Macros$$ Sum downtime for equipment with overlap periods

2014-11-28 Thread Vaibhav Joshi
Son

Can you test this file... i have tried building UDF since fomula is going
too complexx...

Cheers!!

+
*I did not do this for you. God is here working through me for you.*

On Thu, Nov 27, 2014 at 11:10 PM, Vaibhav Joshi  wrote:

> Did this worked?
> On Nov 27, 2014 1:38 PM, "Vaibhav Joshi"  wrote:
>
>> Hey,
>>
>> put this formula in row 4 & drag
>> down...=IF(SUMPRODUCT(N(A$4:A$9<=A4),N(B$4:B$9>=B4))>1,TIME(0,0,0),B4-A4)
>>
>>
>> Cheers!!!
>>
>> +
>> *I did not do this for you. God is here working through me for you.*
>>
>> On Wed, Nov 26, 2014 at 9:51 AM, son nguyen 
>> wrote:
>>
>>> Hi Paul,
>>>
>>> I'm sorry as my past explain isn't clear for you.Please see enclosed
>>> file and hope that i'll receive excellent solution of all of you.
>>>
>>> Thanks a lot
>>>
>>> Son
>>>
>>> 2014-11-25 20:37 GMT+07:00 Paul Schreiner :
>>>
>>>> Can you send me a sample file?
>>>>
>>>> Otherwise, I'll probably spend far too much time trying to recreate
>>>> something that doesn't apply to your situation.
>>>>
>>>> *Paul*
>>>> -
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> *“Do all the good you can,By all the means you can,In all the ways you
>>>> can,In all the places you can,At all the times you can,To all the people
>>>> you can,As long as ever you can.” - John Wesley*
>>>> -
>>>>
>>>>*From:* son nguyen 
>>>> *To:* excel-macros@googlegroups.com
>>>> *Sent:* Monday, November 24, 2014 11:22 PM
>>>> *Subject:* Re: $$Excel-Macros$$ Sum downtime for equipment with
>>>> overlap periods
>>>>
>>>> Mr Paul,
>>>>
>>>> Thank for your consider.Let me explain more :
>>>> There are lots of parts within machine so i would like to list detail
>>>> of their working stop time ,however when calculating downtime i only
>>>> calculate actual stop time and eliminate overlap time.
>>>>
>>>> Son
>>>>
>>>> 2014-11-24 20:47 GMT+07:00 Paul Schreiner :
>>>>
>>>>
>>>> What do these times represent?
>>>> Why would the equipment be recorded as down 9:00-12:00 AND 10:00-11:30?
>>>>
>>>> Is there a minimum recording increment?
>>>> as in: 5 minute minimum or is it (1) minute increments?
>>>>
>>>> I'm considering setting up an array of increments for 24 hours and
>>>> "flagging" the increment to avoid duplications.
>>>> But would prefer NOT to have 1440 increments (24 hrs * 60min/hr)
>>>>
>>>>
>>>> *Paul*
>>>> -
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> *“Do all the good you can,By all the means you can,In all the ways you
>>>> can,In all the places you can,At all the times you can,To all the people
>>>> you can,As long as ever you can.” - John Wesley*
>>>> -
>>>>
>>>>*From:* son nguyen 
>>>> *To:* excel-macros@googlegroups.com
>>>> *Sent:* Saturday, November 22, 2014 11:55 PM
>>>> *Subject:* $$Excel-Macros$$ Sum downtime for equipment with overlap
>>>> periods
>>>>
>>>> Dear all,
>>>> I have problem when calculate total equipment downtime as there are
>>>> overlap periods.
>>>> For example :
>>>> start time   Finish time
>>>> 8:00   8:20
>>>> 9:00   12:00
>>>> 10:00  11:30
>>>> ...  
>>>> start time,finish time are flexible.
>>>> all of you might give me formula to total hours but exclude overlap.
>>>>
>>>> --
>>>> Best Regards
>>>> Son
>>>>  --
>>>> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be?
>>>> It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
>>>> https://www.facebook.com/discussexcel
>>>>
>>>> FORUM RULES
>>>>
>>>> 1) Use concise, accurate thr

Re: $$Excel-Macros$$ Sum downtime for equipment with overlap periods

2014-11-27 Thread Vaibhav Joshi
Did this worked?
On Nov 27, 2014 1:38 PM, "Vaibhav Joshi"  wrote:

> Hey,
>
> put this formula in row 4 & drag
> down...=IF(SUMPRODUCT(N(A$4:A$9<=A4),N(B$4:B$9>=B4))>1,TIME(0,0,0),B4-A4)
>
>
> Cheers!!!
>
> +
> *I did not do this for you. God is here working through me for you.*
>
> On Wed, Nov 26, 2014 at 9:51 AM, son nguyen  wrote:
>
>> Hi Paul,
>>
>> I'm sorry as my past explain isn't clear for you.Please see enclosed file
>> and hope that i'll receive excellent solution of all of you.
>>
>> Thanks a lot
>>
>> Son
>>
>> 2014-11-25 20:37 GMT+07:00 Paul Schreiner :
>>
>>> Can you send me a sample file?
>>>
>>> Otherwise, I'll probably spend far too much time trying to recreate
>>> something that doesn't apply to your situation.
>>>
>>> *Paul*
>>> -
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> *“Do all the good you can,By all the means you can,In all the ways you
>>> can,In all the places you can,At all the times you can,To all the people
>>> you can,As long as ever you can.” - John Wesley*
>>> -
>>>
>>>*From:* son nguyen 
>>> *To:* excel-macros@googlegroups.com
>>> *Sent:* Monday, November 24, 2014 11:22 PM
>>> *Subject:* Re: $$Excel-Macros$$ Sum downtime for equipment with overlap
>>> periods
>>>
>>> Mr Paul,
>>>
>>> Thank for your consider.Let me explain more :
>>> There are lots of parts within machine so i would like to list detail of
>>> their working stop time ,however when calculating downtime i only calculate
>>> actual stop time and eliminate overlap time.
>>>
>>> Son
>>>
>>> 2014-11-24 20:47 GMT+07:00 Paul Schreiner :
>>>
>>>
>>> What do these times represent?
>>> Why would the equipment be recorded as down 9:00-12:00 AND 10:00-11:30?
>>>
>>> Is there a minimum recording increment?
>>> as in: 5 minute minimum or is it (1) minute increments?
>>>
>>> I'm considering setting up an array of increments for 24 hours and
>>> "flagging" the increment to avoid duplications.
>>> But would prefer NOT to have 1440 increments (24 hrs * 60min/hr)
>>>
>>>
>>> *Paul*
>>> -
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> *“Do all the good you can,By all the means you can,In all the ways you
>>> can,In all the places you can,At all the times you can,To all the people
>>> you can,As long as ever you can.” - John Wesley*
>>> -
>>>
>>>*From:* son nguyen 
>>> *To:* excel-macros@googlegroups.com
>>> *Sent:* Saturday, November 22, 2014 11:55 PM
>>> *Subject:* $$Excel-Macros$$ Sum downtime for equipment with overlap
>>> periods
>>>
>>> Dear all,
>>> I have problem when calculate total equipment downtime as there are
>>> overlap periods.
>>> For example :
>>> start time   Finish time
>>> 8:00   8:20
>>> 9:00   12:00
>>> 10:00  11:30
>>> ...  
>>> start time,finish time are flexible.
>>> all of you might give me formula to total hours but exclude overlap.
>>>
>>> --
>>> Best Regards
>>> Son
>>>  --
>>> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be?
>>> It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
>>> https://www.facebook.com/discussexcel
>>>
>>> FORUM RULES
>>>
>>> 1) Use concise, accurate thread titles. Poor thread titles, like Please
>>> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
>>> will not get quick attention or may not be answered.
>>> 2) Don't post a question in the thread of another member.
>>> 3) Don't post questions regarding breaking or bypassing any security
>>> measure.
>>> 4) Acknowledge the responses you receive, good or bad.
>>> 5) Jobs posting is not allowed.
>>> 6) Sharing copyrighted material and their links is not allowed.
>>>
>>> NOTE : Don't ever post confidential data in a workbook. Forum owners and
>>> members are not responsible for any

Re: $$Excel-Macros$$ Sum downtime for equipment with overlap periods

2014-11-27 Thread Vaibhav Joshi
Hey,

put this formula in row 4 & drag
down...=IF(SUMPRODUCT(N(A$4:A$9<=A4),N(B$4:B$9>=B4))>1,TIME(0,0,0),B4-A4)


Cheers!!!

+
*I did not do this for you. God is here working through me for you.*

On Wed, Nov 26, 2014 at 9:51 AM, son nguyen  wrote:

> Hi Paul,
>
> I'm sorry as my past explain isn't clear for you.Please see enclosed file
> and hope that i'll receive excellent solution of all of you.
>
> Thanks a lot
>
> Son
>
> 2014-11-25 20:37 GMT+07:00 Paul Schreiner :
>
>> Can you send me a sample file?
>>
>> Otherwise, I'll probably spend far too much time trying to recreate
>> something that doesn't apply to your situation.
>>
>> *Paul*
>> -
>>
>>
>>
>>
>>
>>
>>
>> *“Do all the good you can,By all the means you can,In all the ways you
>> can,In all the places you can,At all the times you can,To all the people
>> you can,As long as ever you can.” - John Wesley*
>> ---------------------
>>
>>    *From:* son nguyen 
>> *To:* excel-macros@googlegroups.com
>> *Sent:* Monday, November 24, 2014 11:22 PM
>> *Subject:* Re: $$Excel-Macros$$ Sum downtime for equipment with overlap
>> periods
>>
>> Mr Paul,
>>
>> Thank for your consider.Let me explain more :
>> There are lots of parts within machine so i would like to list detail of
>> their working stop time ,however when calculating downtime i only calculate
>> actual stop time and eliminate overlap time.
>>
>> Son
>>
>> 2014-11-24 20:47 GMT+07:00 Paul Schreiner :
>>
>>
>> What do these times represent?
>> Why would the equipment be recorded as down 9:00-12:00 AND 10:00-11:30?
>>
>> Is there a minimum recording increment?
>> as in: 5 minute minimum or is it (1) minute increments?
>>
>> I'm considering setting up an array of increments for 24 hours and
>> "flagging" the increment to avoid duplications.
>> But would prefer NOT to have 1440 increments (24 hrs * 60min/hr)
>>
>>
>> *Paul*
>> -
>>
>>
>>
>>
>>
>>
>>
>> *“Do all the good you can,By all the means you can,In all the ways you
>> can,In all the places you can,At all the times you can,To all the people
>> you can,As long as ever you can.” - John Wesley*
>> -
>>
>>*From:* son nguyen 
>> *To:* excel-macros@googlegroups.com
>> *Sent:* Saturday, November 22, 2014 11:55 PM
>> *Subject:* $$Excel-Macros$$ Sum downtime for equipment with overlap
>> periods
>>
>> Dear all,
>> I have problem when calculate total equipment downtime as there are
>> overlap periods.
>> For example :
>> start time   Finish time
>> 8:00   8:20
>> 9:00   12:00
>> 10:00  11:30
>> ...  
>> start time,finish time are flexible.
>> all of you might give me formula to total hours but exclude overlap.
>>
>> --
>> Best Regards
>> Son
>>  --
>> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
>> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
>> https://www.facebook.com/discussexcel
>>
>> FORUM RULES
>>
>> 1) Use concise, accurate thread titles. Poor thread titles, like Please
>> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
>> will not get quick attention or may not be answered.
>> 2) Don't post a question in the thread of another member.
>> 3) Don't post questions regarding breaking or bypassing any security
>> measure.
>> 4) Acknowledge the responses you receive, good or bad.
>> 5) Jobs posting is not allowed.
>> 6) Sharing copyrighted material and their links is not allowed.
>>
>> NOTE : Don't ever post confidential data in a workbook. Forum owners and
>> members are not responsible for any loss.
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "MS EXCEL AND VBA MACROS" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to excel-macros+unsubscr...@googlegroups.com.
>> To post to this group, send email to excel-macros@googlegroups.com.
>> Visit this group at http://groups.google.com/group/excel-macros.
>> For more options, visit https://groups.google.com/d/optout.
>>
>>
>>   --
>> Are you =EXP(E:RT) or =NOT(EXP

Re: $$Excel-Macros$$ Sum downtime for equipment with overlap periods

2014-11-26 Thread Paul Schreiner
Could you double-check your calculation again?
in your sample, transction #6 (12:30-14:30) is completely contained within 
transaction #5 (12:00-16:00)
so would not contribute to the total.

my calculation comes up with 5:50 instead of 6:20

Paul
-
“Do all the good you can,
By all the means you can,
In all the ways you can,
In all the places you can,
At all the times you can,
To all the people you can,
As long as ever you can.” - John Wesley
-


>
> From: son nguyen 
>To: excel-macros@googlegroups.com 
>Sent: Tuesday, November 25, 2014 11:21 PM
>Subject: Re: $$Excel-Macros$$ Sum downtime for equipment with overlap periods
>  
>
>
>Hi Paul,
>
>
>I'm sorry as my past explain isn't clear for you.Please see enclosed file and 
>hope that i'll receive excellent solution of all of you.
>
>
>Thanks a lot
>
>
>Son
>
>
>2014-11-25 20:37 GMT+07:00 Paul Schreiner :
>
>
>
>
>Can you send me a sample file?
>>
>>Otherwise, I'll probably spend far too much time trying to recreate something 
>>that doesn't apply to your situation. 
>>
>>Paul
>>-
>>“Do all the good you can,
>>By all the means you can,
>>In all the ways you can,
>>In all the places you can,
>>At all the times you can,
>>To all the people you can,
>>As long as ever you can.” - John Wesley
>>-----------------
>>
>>
>> From: son nguyen 
>>>To: excel-macros@googlegroups.com 
>>>Sent: Monday, November 24, 2014 11:22 PM
>>>Subject: Re: $$Excel-Macros$$ Sum downtime for equipment with overlap periods
>>> 
>>>
>>>
>>>Mr Paul,
>>>
>>>
>>>Thank for your consider.Let me explain more :
>>>There are lots of parts within machine so i would like to list detail of 
>>>their working stop time ,however when calculating downtime i only calculate 
>>>actual stop time and eliminate overlap time.
>>>
>>>
>>>Son
>>>
>>>
>>>
>>>2014-11-24 20:47 GMT+07:00 Paul Schreiner :
>>>
>>>
>>>
>>>
>>>What do these times represent?
>>>>Why would the equipment be recorded as down 9:00-12:00 AND 10:00-11:30?
>>>>
>>>>Is there a minimum recording increment?
>>>>as in: 5 minute minimum or is it (1) minute increments?
>>>>
>>>>I'm considering setting up an array of increments for 24 hours and  
>>>>"flagging" the increment to avoid duplications.
>>>>But would prefer NOT to have 1440 increments (24 hrs * 60min/hr)
>>>>
>>>>
>>>>Paul
>>>>-
>>>>“Do all the good you can,
>>>>By all the means you
 can,
>>>>In all the ways you can,
>>>>In all the places you can,
>>>>At all the times you
 can,
>>>>To all the people you can,
>>>>As long as ever you can.” - John Wesley
>>>>-
>>>> From: son nguyen 
>>>>>To: excel-macros@googlegroups.com 
>>>>>Sent: Saturday, November 22, 2014 11:55 PM
>>>>>Subject: $$Excel-Macros$$ Sum downtime for equipment with overlap periods
>>>>> 
>>>>>Dear all,
>>>>>I have problem when calculate total equipment downtime as there are 
>>>>>overlap periods.
>>>>>For example :
>>>>>start time   Finish time
>>>>>8:00   8:20
>>>>>9:00   12:00
>>>>>10:00  11:30
>>>>>...  
>>>>>start time,finish time are flexible.
>>>>>all of you might give me formula to total hours but exclude overlap.
>>>>>
>>>>>
>>>>>-- 
>>>>>
>>>>>Best Regards
>>>>>Son
>>>>> 
-- 
>>>>>Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
>>>>>=TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
>>>>>https://www.facebook.com/discussexcel
>>>>> 
>>>>>FORUM RULES
>>>>> 
>>>>>1) Use concise, accurate thread titles. Poor thread titles, like Please 
>>>>>Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice 
>>>>>wi

Re: $$Excel-Macros$$ Sum downtime for equipment with overlap periods

2014-11-26 Thread son nguyen
Dear Ganesh

Thank for your advise but i found out there are some mistake in your
formula.Please you refer enclosed file and I hope you might give new
solution.

Son

2014-11-26 13:26 GMT+07:00 Ganesh N :

> Dear son nguyen,
>
> PFA
>
> Regards,
> Ganesh N
>
> On Wed, Nov 26, 2014 at 10:03 AM, Ganesh N  wrote:
>
>> Dear son nguyen,
>>
>> Before putting the my formula just have sort in start time.
>>
>> Regards,
>> Ganesh N
>>
>> On Wed, Nov 26, 2014 at 10:01 AM, Ganesh N  wrote:
>>
>>> Dear son nguyen,
>>>
>>> Try this formula... Let me know if you have any concern.
>>>
>>> Thanks & Regards,
>>> Ganesh N
>>>
>>> On Tue, Nov 25, 2014 at 7:07 PM, Paul Schreiner 
>>> wrote:
>>>
>>>> Can you send me a sample file?
>>>>
>>>> Otherwise, I'll probably spend far too much time trying to recreate
>>>> something that doesn't apply to your situation.
>>>>
>>>> *Paul*
>>>> -
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> *“Do all the good you can,By all the means you can,In all the ways you
>>>> can,In all the places you can,At all the times you can,To all the people
>>>> you can,As long as ever you can.” - John Wesley*
>>>> -
>>>>
>>>>*From:* son nguyen 
>>>> *To:* excel-macros@googlegroups.com
>>>> *Sent:* Monday, November 24, 2014 11:22 PM
>>>> *Subject:* Re: $$Excel-Macros$$ Sum downtime for equipment with
>>>> overlap periods
>>>>
>>>> Mr Paul,
>>>>
>>>> Thank for your consider.Let me explain more :
>>>> There are lots of parts within machine so i would like to list detail
>>>> of their working stop time ,however when calculating downtime i only
>>>> calculate actual stop time and eliminate overlap time.
>>>>
>>>> Son
>>>>
>>>> 2014-11-24 20:47 GMT+07:00 Paul Schreiner :
>>>>
>>>>
>>>> What do these times represent?
>>>> Why would the equipment be recorded as down 9:00-12:00 AND 10:00-11:30?
>>>>
>>>> Is there a minimum recording increment?
>>>> as in: 5 minute minimum or is it (1) minute increments?
>>>>
>>>> I'm considering setting up an array of increments for 24 hours and
>>>> "flagging" the increment to avoid duplications.
>>>> But would prefer NOT to have 1440 increments (24 hrs * 60min/hr)
>>>>
>>>>
>>>> *Paul*
>>>> -
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> *“Do all the good you can,By all the means you can,In all the ways you
>>>> can,In all the places you can,At all the times you can,To all the people
>>>> you can,As long as ever you can.” - John Wesley*
>>>> -
>>>>
>>>>*From:* son nguyen 
>>>> *To:* excel-macros@googlegroups.com
>>>> *Sent:* Saturday, November 22, 2014 11:55 PM
>>>> *Subject:* $$Excel-Macros$$ Sum downtime for equipment with overlap
>>>> periods
>>>>
>>>> Dear all,
>>>> I have problem when calculate total equipment downtime as there are
>>>> overlap periods.
>>>> For example :
>>>> start time   Finish time
>>>> 8:00   8:20
>>>> 9:00   12:00
>>>> 10:00  11:30
>>>> ...  
>>>> start time,finish time are flexible.
>>>> all of you might give me formula to total hours but exclude overlap.
>>>>
>>>> --
>>>> Best Regards
>>>> Son
>>>>  --
>>>> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be?
>>>> It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
>>>> https://www.facebook.com/discussexcel
>>>>
>>>> FORUM RULES
>>>>
>>>> 1) Use concise, accurate thread titles. Poor thread titles, like Please
>>>> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
>>>> will not get quick attention or may not be answered.
>>>> 2

Re: $$Excel-Macros$$ Sum downtime for equipment with overlap periods

2014-11-25 Thread Ganesh N
Dear son nguyen,

PFA

Regards,
Ganesh N

On Wed, Nov 26, 2014 at 10:03 AM, Ganesh N  wrote:

> Dear son nguyen,
>
> Before putting the my formula just have sort in start time.
>
> Regards,
> Ganesh N
>
> On Wed, Nov 26, 2014 at 10:01 AM, Ganesh N  wrote:
>
>> Dear son nguyen,
>>
>> Try this formula... Let me know if you have any concern.
>>
>> Thanks & Regards,
>> Ganesh N
>>
>> On Tue, Nov 25, 2014 at 7:07 PM, Paul Schreiner 
>> wrote:
>>
>>> Can you send me a sample file?
>>>
>>> Otherwise, I'll probably spend far too much time trying to recreate
>>> something that doesn't apply to your situation.
>>>
>>> *Paul*
>>> -
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> *“Do all the good you can,By all the means you can,In all the ways you
>>> can,In all the places you can,At all the times you can,To all the people
>>> you can,As long as ever you can.” - John Wesley*
>>> -
>>>
>>>*From:* son nguyen 
>>> *To:* excel-macros@googlegroups.com
>>> *Sent:* Monday, November 24, 2014 11:22 PM
>>> *Subject:* Re: $$Excel-Macros$$ Sum downtime for equipment with overlap
>>> periods
>>>
>>> Mr Paul,
>>>
>>> Thank for your consider.Let me explain more :
>>> There are lots of parts within machine so i would like to list detail of
>>> their working stop time ,however when calculating downtime i only calculate
>>> actual stop time and eliminate overlap time.
>>>
>>> Son
>>>
>>> 2014-11-24 20:47 GMT+07:00 Paul Schreiner :
>>>
>>>
>>> What do these times represent?
>>> Why would the equipment be recorded as down 9:00-12:00 AND 10:00-11:30?
>>>
>>> Is there a minimum recording increment?
>>> as in: 5 minute minimum or is it (1) minute increments?
>>>
>>> I'm considering setting up an array of increments for 24 hours and
>>> "flagging" the increment to avoid duplications.
>>> But would prefer NOT to have 1440 increments (24 hrs * 60min/hr)
>>>
>>>
>>> *Paul*
>>> -
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> *“Do all the good you can,By all the means you can,In all the ways you
>>> can,In all the places you can,At all the times you can,To all the people
>>> you can,As long as ever you can.” - John Wesley*
>>> -
>>>
>>>*From:* son nguyen 
>>> *To:* excel-macros@googlegroups.com
>>> *Sent:* Saturday, November 22, 2014 11:55 PM
>>> *Subject:* $$Excel-Macros$$ Sum downtime for equipment with overlap
>>> periods
>>>
>>> Dear all,
>>> I have problem when calculate total equipment downtime as there are
>>> overlap periods.
>>> For example :
>>> start time   Finish time
>>> 8:00   8:20
>>> 9:00   12:00
>>> 10:00  11:30
>>> ...  
>>> start time,finish time are flexible.
>>> all of you might give me formula to total hours but exclude overlap.
>>>
>>> --
>>> Best Regards
>>> Son
>>>  --
>>> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be?
>>> It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
>>> https://www.facebook.com/discussexcel
>>>
>>> FORUM RULES
>>>
>>> 1) Use concise, accurate thread titles. Poor thread titles, like Please
>>> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
>>> will not get quick attention or may not be answered.
>>> 2) Don't post a question in the thread of another member.
>>> 3) Don't post questions regarding breaking or bypassing any security
>>> measure.
>>> 4) Acknowledge the responses you receive, good or bad.
>>> 5) Jobs posting is not allowed.
>>> 6) Sharing copyrighted material and their links is not allowed.
>>>
>>> NOTE : Don't ever post confidential data in a workbook. Forum owners and
>>> members are not responsible for any loss.
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "MS EXCEL AND VBA MACROS" group.
>>> To 

Re: $$Excel-Macros$$ Sum downtime for equipment with overlap periods

2014-11-25 Thread Ganesh N
Dear son nguyen,

Before putting the my formula just have sort in start time.

Regards,
Ganesh N

On Wed, Nov 26, 2014 at 10:01 AM, Ganesh N  wrote:

> Dear son nguyen,
>
> Try this formula... Let me know if you have any concern.
>
> Thanks & Regards,
> Ganesh N
>
> On Tue, Nov 25, 2014 at 7:07 PM, Paul Schreiner 
> wrote:
>
>> Can you send me a sample file?
>>
>> Otherwise, I'll probably spend far too much time trying to recreate
>> something that doesn't apply to your situation.
>>
>> *Paul*
>> -
>>
>>
>>
>>
>>
>>
>>
>> *“Do all the good you can,By all the means you can,In all the ways you
>> can,In all the places you can,At all the times you can,To all the people
>> you can,As long as ever you can.” - John Wesley*
>> -------------
>>
>>*From:* son nguyen 
>> *To:* excel-macros@googlegroups.com
>> *Sent:* Monday, November 24, 2014 11:22 PM
>> *Subject:* Re: $$Excel-Macros$$ Sum downtime for equipment with overlap
>> periods
>>
>> Mr Paul,
>>
>> Thank for your consider.Let me explain more :
>> There are lots of parts within machine so i would like to list detail of
>> their working stop time ,however when calculating downtime i only calculate
>> actual stop time and eliminate overlap time.
>>
>> Son
>>
>> 2014-11-24 20:47 GMT+07:00 Paul Schreiner :
>>
>>
>> What do these times represent?
>> Why would the equipment be recorded as down 9:00-12:00 AND 10:00-11:30?
>>
>> Is there a minimum recording increment?
>> as in: 5 minute minimum or is it (1) minute increments?
>>
>> I'm considering setting up an array of increments for 24 hours and
>> "flagging" the increment to avoid duplications.
>> But would prefer NOT to have 1440 increments (24 hrs * 60min/hr)
>>
>>
>> *Paul*
>> -
>>
>>
>>
>>
>>
>>
>>
>> *“Do all the good you can,By all the means you can,In all the ways you
>> can,In all the places you can,At all the times you can,To all the people
>> you can,As long as ever you can.” - John Wesley*
>> -
>>
>>*From:* son nguyen 
>> *To:* excel-macros@googlegroups.com
>> *Sent:* Saturday, November 22, 2014 11:55 PM
>> *Subject:* $$Excel-Macros$$ Sum downtime for equipment with overlap
>> periods
>>
>> Dear all,
>> I have problem when calculate total equipment downtime as there are
>> overlap periods.
>> For example :
>> start time   Finish time
>> 8:00   8:20
>> 9:00   12:00
>> 10:00  11:30
>> ...  
>> start time,finish time are flexible.
>> all of you might give me formula to total hours but exclude overlap.
>>
>> --
>> Best Regards
>> Son
>>  --
>> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
>> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
>> https://www.facebook.com/discussexcel
>>
>> FORUM RULES
>>
>> 1) Use concise, accurate thread titles. Poor thread titles, like Please
>> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
>> will not get quick attention or may not be answered.
>> 2) Don't post a question in the thread of another member.
>> 3) Don't post questions regarding breaking or bypassing any security
>> measure.
>> 4) Acknowledge the responses you receive, good or bad.
>> 5) Jobs posting is not allowed.
>> 6) Sharing copyrighted material and their links is not allowed.
>>
>> NOTE : Don't ever post confidential data in a workbook. Forum owners and
>> members are not responsible for any loss.
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "MS EXCEL AND VBA MACROS" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to excel-macros+unsubscr...@googlegroups.com.
>> To post to this group, send email to excel-macros@googlegroups.com.
>> Visit this group at http://groups.google.com/group/excel-macros.
>> For more options, visit https://groups.google.com/d/optout.
>>
>>
>>   --
>> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
>> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
>> https://www.facebook.com/discussexcel
>>
>

Re: $$Excel-Macros$$ Sum downtime for equipment with overlap periods

2014-11-25 Thread Ganesh N
Dear son nguyen,

Try this formula... Let me know if you have any concern.

Thanks & Regards,
Ganesh N

On Tue, Nov 25, 2014 at 7:07 PM, Paul Schreiner 
wrote:

> Can you send me a sample file?
>
> Otherwise, I'll probably spend far too much time trying to recreate
> something that doesn't apply to your situation.
>
> *Paul*
> -
>
>
>
>
>
>
>
> *“Do all the good you can,By all the means you can,In all the ways you
> can,In all the places you can,At all the times you can,To all the people
> you can,As long as ever you can.” - John Wesley*
> -
>
>*From:* son nguyen 
> *To:* excel-macros@googlegroups.com
> *Sent:* Monday, November 24, 2014 11:22 PM
> *Subject:* Re: $$Excel-Macros$$ Sum downtime for equipment with overlap
> periods
>
> Mr Paul,
>
> Thank for your consider.Let me explain more :
> There are lots of parts within machine so i would like to list detail of
> their working stop time ,however when calculating downtime i only calculate
> actual stop time and eliminate overlap time.
>
> Son
>
> 2014-11-24 20:47 GMT+07:00 Paul Schreiner :
>
>
> What do these times represent?
> Why would the equipment be recorded as down 9:00-12:00 AND 10:00-11:30?
>
> Is there a minimum recording increment?
> as in: 5 minute minimum or is it (1) minute increments?
>
> I'm considering setting up an array of increments for 24 hours and
> "flagging" the increment to avoid duplications.
> But would prefer NOT to have 1440 increments (24 hrs * 60min/hr)
>
>
> *Paul*
> -
>
>
>
>
>
>
>
> *“Do all the good you can,By all the means you can,In all the ways you
> can,In all the places you can,At all the times you can,To all the people
> you can,As long as ever you can.” - John Wesley*
> -
>
>*From:* son nguyen 
> *To:* excel-macros@googlegroups.com
> *Sent:* Saturday, November 22, 2014 11:55 PM
> *Subject:* $$Excel-Macros$$ Sum downtime for equipment with overlap
> periods
>
> Dear all,
> I have problem when calculate total equipment downtime as there are
> overlap periods.
> For example :
> start time   Finish time
> 8:00   8:20
> 9:00   12:00
> 10:00  11:30
> ...  
> start time,finish time are flexible.
> all of you might give me formula to total hours but exclude overlap.
>
> --
> Best Regards
> Son
>  --
> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
> https://www.facebook.com/discussexcel
>
> FORUM RULES
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
> 2) Don't post a question in the thread of another member.
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
> 4) Acknowledge the responses you receive, good or bad.
> 5) Jobs posting is not allowed.
> 6) Sharing copyrighted material and their links is not allowed.
>
> NOTE : Don't ever post confidential data in a workbook. Forum owners and
> members are not responsible for any loss.
> ---
> You received this message because you are subscribed to the Google Groups
> "MS EXCEL AND VBA MACROS" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to excel-macros+unsubscr...@googlegroups.com.
> To post to this group, send email to excel-macros@googlegroups.com.
> Visit this group at http://groups.google.com/group/excel-macros.
> For more options, visit https://groups.google.com/d/optout.
>
>
>   --
> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
> https://www.facebook.com/discussexcel
>
> FORUM RULES
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
> 2) Don't post a question in the thread of another member.
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
> 4) Acknowledge the responses you receive, good or bad.
> 5) Jobs posting is not allowed.
> 6) Sharing copyrighted material and their links is not allowed.
>
> NOTE : Don't ever post confidential data in a workbook. Forum owners and
> members are not r

Re: $$Excel-Macros$$ Sum downtime for equipment with overlap periods

2014-11-25 Thread son nguyen
Hi Paul,

I'm sorry as my past explain isn't clear for you.Please see enclosed file
and hope that i'll receive excellent solution of all of you.

Thanks a lot

Son

2014-11-25 20:37 GMT+07:00 Paul Schreiner :

> Can you send me a sample file?
>
> Otherwise, I'll probably spend far too much time trying to recreate
> something that doesn't apply to your situation.
>
> *Paul*
> -
>
>
>
>
>
>
>
> *“Do all the good you can,By all the means you can,In all the ways you
> can,In all the places you can,At all the times you can,To all the people
> you can,As long as ever you can.” - John Wesley*
> -
>
>*From:* son nguyen 
> *To:* excel-macros@googlegroups.com
> *Sent:* Monday, November 24, 2014 11:22 PM
> *Subject:* Re: $$Excel-Macros$$ Sum downtime for equipment with overlap
> periods
>
> Mr Paul,
>
> Thank for your consider.Let me explain more :
> There are lots of parts within machine so i would like to list detail of
> their working stop time ,however when calculating downtime i only calculate
> actual stop time and eliminate overlap time.
>
> Son
>
> 2014-11-24 20:47 GMT+07:00 Paul Schreiner :
>
>
> What do these times represent?
> Why would the equipment be recorded as down 9:00-12:00 AND 10:00-11:30?
>
> Is there a minimum recording increment?
> as in: 5 minute minimum or is it (1) minute increments?
>
> I'm considering setting up an array of increments for 24 hours and
> "flagging" the increment to avoid duplications.
> But would prefer NOT to have 1440 increments (24 hrs * 60min/hr)
>
>
> *Paul*
> -
>
>
>
>
>
>
>
> *“Do all the good you can,By all the means you can,In all the ways you
> can,In all the places you can,At all the times you can,To all the people
> you can,As long as ever you can.” - John Wesley*
> -
>
>*From:* son nguyen 
> *To:* excel-macros@googlegroups.com
> *Sent:* Saturday, November 22, 2014 11:55 PM
> *Subject:* $$Excel-Macros$$ Sum downtime for equipment with overlap
> periods
>
> Dear all,
> I have problem when calculate total equipment downtime as there are
> overlap periods.
> For example :
> start time   Finish time
> 8:00   8:20
> 9:00   12:00
> 10:00  11:30
> ...  
> start time,finish time are flexible.
> all of you might give me formula to total hours but exclude overlap.
>
> --
> Best Regards
> Son
>  --
> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
> https://www.facebook.com/discussexcel
>
> FORUM RULES
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
> 2) Don't post a question in the thread of another member.
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
> 4) Acknowledge the responses you receive, good or bad.
> 5) Jobs posting is not allowed.
> 6) Sharing copyrighted material and their links is not allowed.
>
> NOTE : Don't ever post confidential data in a workbook. Forum owners and
> members are not responsible for any loss.
> ---
> You received this message because you are subscribed to the Google Groups
> "MS EXCEL AND VBA MACROS" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to excel-macros+unsubscr...@googlegroups.com.
> To post to this group, send email to excel-macros@googlegroups.com.
> Visit this group at http://groups.google.com/group/excel-macros.
> For more options, visit https://groups.google.com/d/optout.
>
>
>   --
> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
> https://www.facebook.com/discussexcel
>
> FORUM RULES
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
> 2) Don't post a question in the thread of another member.
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
> 4) Acknowledge the responses you receive, good or bad.
> 5) Jobs posting is not allowed.
> 6) Sharing copyrighted material and their links is not allowed.
>
> NOTE : Don't ever post confid

Re: $$Excel-Macros$$ Sum downtime for equipment with overlap periods

2014-11-25 Thread Paul Schreiner
Can you send me a sample file?
 
Otherwise, I'll probably spend far too much time trying to recreate something 
that doesn't apply to your situation. 

Paul
-
“Do all the good you can,
By all the means you can,
In all the ways you can,
In all the places you can,
At all the times you can,
To all the people you can,
As long as ever you can.” - John Wesley
-


>
> From: son nguyen 
>To: excel-macros@googlegroups.com 
>Sent: Monday, November 24, 2014 11:22 PM
>Subject: Re: $$Excel-Macros$$ Sum downtime for equipment with overlap periods
>  
>
>
>Mr Paul,
>
>
>Thank for your consider.Let me explain more :
>There are lots of parts within machine so i would like to list detail of their 
>working stop time ,however when calculating downtime i only calculate actual 
>stop time and eliminate overlap time.
>
>
>Son
>
>
>
>2014-11-24 20:47 GMT+07:00 Paul Schreiner :
>
>
>
>
>What do these times represent?
>>Why would the equipment be recorded as down 9:00-12:00 AND 10:00-11:30?
>>
>>Is there a minimum recording increment?
>>as in: 5 minute minimum or is it (1) minute increments?
>>
>>I'm considering setting up an array of increments for 24 hours and  
>>"flagging" the increment to avoid duplications.
>>But would prefer NOT to have 1440 increments (24 hrs * 60min/hr)
>>
>>
>>Paul
>>-
>>“Do all the good you can,
>>By all the means you can,
>>In all the ways you can,
>>In all the places you can,
>>At all the times you
 can,
>>To all the people you can,
>>As long as ever you can.” - John Wesley
>>-
>> From: son nguyen 
>>>To: excel-macros@googlegroups.com 
>>>Sent: Saturday, November 22, 2014 11:55 PM
>>>Subject: $$Excel-Macros$$ Sum downtime for equipment with overlap periods
>>> 
>>>Dear all,
>>>I have problem when calculate total equipment downtime as there are overlap 
>>>periods.
>>>For example :
>>>start time   Finish time
>>>8:00   8:20
>>>9:00   12:00
>>>10:00  11:30
>>>...  
>>>start time,finish time are flexible.
>>>all of you might give me formula to total hours but exclude overlap.
>>>
>>>
>>>-- 
>>>
>>>Best Regards
>>>Son
>>> 
-- 
>>>Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
>>>=TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
>>>https://www.facebook.com/discussexcel
>>> 
>>>FORUM RULES
>>> 
>>>1) Use concise, accurate thread titles. Poor thread titles, like Please 
>>>Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will 
>>>not get quick attention or may not be answered.
>>>2) Don't post a question in the thread of another member.
>>>3) Don't post questions regarding breaking or bypassing any security measure.
>>>4) Acknowledge the responses you receive, good or bad.
>>>5) Jobs posting is not allowed.
>>>6) Sharing copyrighted material and their links is not allowed.
>>> 
>>>NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
>>>members are not responsible for any loss.
>>>--- 
>>>You received this message because you are subscribed to the Google Groups 
>>>"MS EXCEL AND VBA MACROS" group.
>>>To unsubscribe from this group and stop receiving emails from it, send an 
>>>email to excel-macros+unsubscr...@googlegroups.com.
>>>To post to this group, send email to excel-macros@googlegroups.com.
>>>Visit this group at http://groups.google.com/group/excel-macros.
>>>For more options, visit https://groups.google.com/d/optout.
>>>
>>>
>>>
>>-- 
>>Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
>>=TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
>>https://www.facebook.com/discussexcel
>> 
>>FORUM RULES
>> 
>>1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
>>Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not 
>>get quick attention or may not be answered.
>>2) Don't post a question in the thread of another member.
>>3) Don't post questions regarding breaking or bypassing any security measure.
&g

Re: $$Excel-Macros$$ Sum downtime for equipment with overlap periods

2014-11-24 Thread son nguyen
Mr Paul,

Thank for your consider.Let me explain more :
There are lots of parts within machine so i would like to list detail of
their working stop time ,however when calculating downtime i only calculate
actual stop time and eliminate overlap time.

Son

2014-11-24 20:47 GMT+07:00 Paul Schreiner :

> What do these times represent?
> Why would the equipment be recorded as down 9:00-12:00 AND 10:00-11:30?
>
> Is there a minimum recording increment?
> as in: 5 minute minimum or is it (1) minute increments?
>
> I'm considering setting up an array of increments for 24 hours and
> "flagging" the increment to avoid duplications.
> But would prefer NOT to have 1440 increments (24 hrs * 60min/hr)
>
>
> *Paul*
> -
>
>
>
>
>
>
>
> *“Do all the good you can,By all the means you can,In all the ways you
> can,In all the places you can,At all the times you can,To all the people
> you can,As long as ever you can.” - John Wesley*
> -
>
>*From:* son nguyen 
> *To:* excel-macros@googlegroups.com
> *Sent:* Saturday, November 22, 2014 11:55 PM
> *Subject:* $$Excel-Macros$$ Sum downtime for equipment with overlap
> periods
>
> Dear all,
> I have problem when calculate total equipment downtime as there are
> overlap periods.
> For example :
> start time   Finish time
> 8:00   8:20
> 9:00   12:00
> 10:00  11:30
> ...  
> start time,finish time are flexible.
> all of you might give me formula to total hours but exclude overlap.
>
> --
> Best Regards
> Son
>  --
> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
> https://www.facebook.com/discussexcel
>
> FORUM RULES
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
> 2) Don't post a question in the thread of another member.
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
> 4) Acknowledge the responses you receive, good or bad.
> 5) Jobs posting is not allowed.
> 6) Sharing copyrighted material and their links is not allowed.
>
> NOTE : Don't ever post confidential data in a workbook. Forum owners and
> members are not responsible for any loss.
> ---
> You received this message because you are subscribed to the Google Groups
> "MS EXCEL AND VBA MACROS" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to excel-macros+unsubscr...@googlegroups.com.
> To post to this group, send email to excel-macros@googlegroups.com.
> Visit this group at http://groups.google.com/group/excel-macros.
> For more options, visit https://groups.google.com/d/optout.
>
>
>--
> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
> https://www.facebook.com/discussexcel
>
> FORUM RULES
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
> 2) Don't post a question in the thread of another member.
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
> 4) Acknowledge the responses you receive, good or bad.
> 5) Jobs posting is not allowed.
> 6) Sharing copyrighted material and their links is not allowed.
>
> NOTE : Don't ever post confidential data in a workbook. Forum owners and
> members are not responsible for any loss.
> ---
> You received this message because you are subscribed to the Google Groups
> "MS EXCEL AND VBA MACROS" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to excel-macros+unsubscr...@googlegroups.com.
> To post to this group, send email to excel-macros@googlegroups.com.
> Visit this group at http://groups.google.com/group/excel-macros.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Best Regards
Son

-- 
Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
=TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
Y

Re: $$Excel-Macros$$ Sum downtime for equipment with overlap periods

2014-11-24 Thread Paul Schreiner
What do these times represent?
Why would the equipment be recorded as down 9:00-12:00 AND 10:00-11:30?
 
Is there a minimum recording increment?
as in: 5 minute minimum or is it (1) minute increments?
 
I'm considering setting up an array of increments for 24 hours and  "flagging" 
the increment to avoid duplications.
But would prefer NOT to have 1440 increments (24 hrs * 60min/hr)
 
 
Paul
-
“Do all the good you can,
By all the means you can,
In all the ways you can,
In all the places you can,
At all the times you can,
To all the people you can,
As long as ever you can.” - John Wesley
-

>
> From: son nguyen 
>To: excel-macros@googlegroups.com 
>Sent: Saturday, November 22, 2014 11:55 PM
>Subject: $$Excel-Macros$$ Sum downtime for equipment with overlap periods
> 
>Dear all,
>I have problem when calculate total equipment downtime as there are overlap 
>periods.
>For example :
>start time   Finish time
>8:00   8:20
>9:00   12:00
>10:00  11:30
>...  
>start time,finish time are flexible.
>all of you might give me formula to total hours but exclude overlap.
>
>
>-- 
>
>Best Regards
>Son
> 
-- 
>Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
>=TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
>https://www.facebook.com/discussexcel
> 
>FORUM RULES
> 
>1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
>Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
>quick attention or may not be answered.
>2) Don't post a question in the thread of another member.
>3) Don't post questions regarding breaking or bypassing any security measure.
>4) Acknowledge the responses you receive, good or bad.
>5) Jobs posting is not allowed.
>6) Sharing copyrighted material and their links is not allowed.
> 
>NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
>members are not responsible for any loss.
>--- 
>You received this message because you are subscribed to the Google Groups "MS 
>EXCEL AND VBA MACROS" group.
>To unsubscribe from this group and stop receiving emails from it, send an 
>email to excel-macros+unsubscr...@googlegroups.com.
>To post to this group, send email to excel-macros@googlegroups.com.
>Visit this group at http://groups.google.com/group/excel-macros.
>For more options, visit https://groups.google.com/d/optout.
>
>
>

-- 
Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
=TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups "MS 
EXCEL AND VBA MACROS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to excel-macros+unsubscr...@googlegroups.com.
To post to this group, send email to excel-macros@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros.
For more options, visit https://groups.google.com/d/optout.


Re: $$Excel-Macros$$ Sum downtime for equipment with overlap periods

2014-11-23 Thread pp kk
use data entry like 8:00AM 8:20 AM

Then 8:20 AM - 8:00 AM = 0:20


Pankaj Michael

On Sun, Nov 23, 2014 at 10:25 AM, son nguyen  wrote:

> Dear all,
>
> I have problem when calculate total equipment downtime as there are
> overlap periods.
> For example :
> start time   Finish time
> 8:00   8:20
> 9:00   12:00
> 10:00  11:30
> ...  
> start time,finish time are flexible.
> all of you might give me formula to total hours but exclude overlap.
>
> --
> Best Regards
> Son
>
> --
> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
> https://www.facebook.com/discussexcel
>
> FORUM RULES
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
> 2) Don't post a question in the thread of another member.
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
> 4) Acknowledge the responses you receive, good or bad.
> 5) Jobs posting is not allowed.
> 6) Sharing copyrighted material and their links is not allowed.
>
> NOTE : Don't ever post confidential data in a workbook. Forum owners and
> members are not responsible for any loss.
> ---
> You received this message because you are subscribed to the Google Groups
> "MS EXCEL AND VBA MACROS" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to excel-macros+unsubscr...@googlegroups.com.
> To post to this group, send email to excel-macros@googlegroups.com.
> Visit this group at http://groups.google.com/group/excel-macros.
> For more options, visit https://groups.google.com/d/optout.
>



-- 

Thanks
Pankaj Kumar
9910075248

-- 
Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
=TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups "MS 
EXCEL AND VBA MACROS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to excel-macros+unsubscr...@googlegroups.com.
To post to this group, send email to excel-macros@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros.
For more options, visit https://groups.google.com/d/optout.