scpournara
New Member
- Joined
- Aug 24, 2014
- Messages
- 45
I am trying to calculate the amount of minutes it takes our company to complete an Order. We have captured the Date and Time Received and the Date & Time Completed.
I would like to get the number of minutes it takes to complete the Order during normal office hour from 7:00 AM PST to 4:00PM PST.
If I do a simple Date and Time Completed minus Date and Time Complete, it takes into account evenings, weekends and holiday. I want to eliminate this time.
I would like to have on formula and reference a Holiday Table and a Office Hours Table.
I have a sample xlsx file I could send with sample Date & Time Stamps.
[TABLE="width: 1161"]
<tbody>[TR]
[TD]Date & Time Received[/TD]
[TD]Date & Time Order Completed[/TD]
[TD][/TD]
[TD]Total Minutes to Complete[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]7/19/2016 7:03[/TD]
[TD]7/19/2016 8:47[/TD]
[TD][/TD]
[TD]105[/TD]
[TD]Correct[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]7/18/2016 14:59[/TD]
[TD]7/19/2016 8:26[/TD]
[TD][/TD]
[TD]1047[/TD]
[TD="colspan: 5"]Incorrect as it calculates minutes during non working hours[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]7/15/2016 15:22[/TD]
[TD]7/18/2016 13:55[/TD]
[TD][/TD]
[TD]4234[/TD]
[TD="colspan: 6"]Incorrect as it calculates minutes during non working hours and weekends[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I would like to get the number of minutes it takes to complete the Order during normal office hour from 7:00 AM PST to 4:00PM PST.
If I do a simple Date and Time Completed minus Date and Time Complete, it takes into account evenings, weekends and holiday. I want to eliminate this time.
I would like to have on formula and reference a Holiday Table and a Office Hours Table.
I have a sample xlsx file I could send with sample Date & Time Stamps.
[TABLE="width: 1161"]
<tbody>[TR]
[TD]Date & Time Received[/TD]
[TD]Date & Time Order Completed[/TD]
[TD][/TD]
[TD]Total Minutes to Complete[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]7/19/2016 7:03[/TD]
[TD]7/19/2016 8:47[/TD]
[TD][/TD]
[TD]105[/TD]
[TD]Correct[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]7/18/2016 14:59[/TD]
[TD]7/19/2016 8:26[/TD]
[TD][/TD]
[TD]1047[/TD]
[TD="colspan: 5"]Incorrect as it calculates minutes during non working hours[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]7/15/2016 15:22[/TD]
[TD]7/18/2016 13:55[/TD]
[TD][/TD]
[TD]4234[/TD]
[TD="colspan: 6"]Incorrect as it calculates minutes during non working hours and weekends[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]