Excel 2013, I use the following formula to calc business days to nearest hundredth between 2 dates: =(NETWORKDAYS(H2,I2)-2)*24+(1-MOD(H2,1))*24+(MOD(I2,1)*24)
Cell: H = start date
Cell: I = end date
I manually back out holidays
Need to know how to layer deduction of holidays from time calc into the formula, as well as only considering specified business hours within calc. I have a client with 6am to 8pm business hours, and another client with 7am to 7pm, and one other with 8am - 5pm.
Cell: H = start date
Cell: I = end date
I manually back out holidays
Need to know how to layer deduction of holidays from time calc into the formula, as well as only considering specified business hours within calc. I have a client with 6am to 8pm business hours, and another client with 7am to 7pm, and one other with 8am - 5pm.