formula to calculate the date and time within the business hours by Adding hours and excluding Holidays weekends

Anand21sam

New Member
Joined
Oct 27, 2015
Messages
5
formula to calculate the date and time within the business hours by Adding hours and excluding Holidays weekends
Any Help
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
i am using Formula (WORKDAY.INTL(StartDate,CEILING((HourstoAdd /24+MOD(StartDate,1)-$BusinessHrsStart)/(BusinessHrsEnd-BusinessHrsStart),1),11,Holiday_List)+MOD(StartDate,1)+HourstoAdd-CEILING(MOD(StartDate,1)+HourstoAdd-$BusinessHrsStart,$BusinessHrsEnd-$BusinessHrsStart)+$BusinessHrsEnd-$BusinessHrsStart,"")

This Formula is working fine untill with time but adding Day+1 and Also when the Start time is not Post BusinessHrsEnd it is adding it to time ++

i.e if
BusinessHrsStart 10:00:00 am

BusinessHrsEnd 6:00:00 pm

if Start time is > 6:00:00 pm it addes the Day+1 which is ok but it also addes the Time ++

where i want if the Start time is > 6:00:00 pm then Hours Calculation should be (BusinessHrsStart+ HourstoAdd) ..


Any Help..............
 
Last edited:
Upvote 0

Forum statistics

Threads
1,217,447
Messages
6,136,679
Members
450,024
Latest member
Beagle263

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