Calculate hours between 2 given dates with time bound range

Davesh Garg

Board Regular
Joined
Jun 3, 2014
Messages
64
Hi All,


Please help me in extracting hours from two responses given date and time, keep in mind to calculate if response received within business hours.

For Ex:
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Response1[/TD]
[TD]Response2[/TD]
[TD]Difference (Hours)[/TD]
[/TR]
[TR]
[TD]09/07/2018 10:00:00 AM[/TD]
[TD]09/07/2018 02:00:00 PM[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]09/07/2018 10:00:00 AM[/TD]
[TD]09/11/2018 07:00:00 PM[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]09/07/2018 05:00:00 AM[/TD]
[TD]09/13/2018 05:00:00 AM[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]









* Here, please consider business time starts and ends at 08:00 AM - 05:00 AM
* Saturday and Sunday should be excluded
* Any Holiday as per already having a table should be excluded

Hours calculation should be processed as per business time considered.

Please let me know if anything is not clear. Appreciate your help and response on the same.Thanks

DG
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
Hi ppittman,

Thanks for your response. However, this will consider the time where replies received in out of business hours also. So hours cannot be beyond 9 hours (8:00AM-05:00PM) at the max for a day. And final hours would not considered any holiday given in another table in my excel. It should also exclude Sat and Sun.

I require one formula which consider all these criteria's also.

Appreciate if you could provide an update on this. Thanks

D ---:)
 
Upvote 0
Hi ppittman,


Thanks for your response. However, this will consider the time where replies received in out of business hours also which could lead to more than 9 hours.


So overall 3 criteria's to be met for my final hours calculation--
a) hours cannot be beyond 9 hours (8:00AM-05:00PM) at the max for a day. For eg,
--- if response1 received is before 8:00AM, then start time should be calculated from 8:00AM till we send a response.
--- if response2 sent after 5:00PM on any day, then end time should be considered as 5:00PM for that day.
--- if response1 received on 10:00AM and response2 sent on next day by 3:00PM, then total final hours should be 14hours because it is falling under business hours.
b) It would not considered any holiday given in another table in my excel.
c) It should also exclude Sat and Sun, so we can consider Network days formula here.

But overall I am not able to find formula to have this final output. I require one formula which consider all these criteria's also. Please let me know if you require any additional information. Appreciate if you or anyone can provide an update on this. Thanks


D ---:
 
Last edited:
Upvote 0

Forum statistics

Threads
1,223,893
Messages
6,175,248
Members
452,623
Latest member
cliftonhandyman

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top