Good day,
I am attempting to create an excel formula that will not count hours:minutes after 17:00. If the time goes over 17:00, I would like it to start on the next business day.
Working hours: 07:00-17:00
Current formula: =10*(NETWORKDAYS(D2,E2)-1)-24*((MOD(D2,1)-MOD(E2,1)))
Format for time entered is m/d/yyyy h:mm
This works great, until it comes to work that was performed after working hours.
example: (task started)cell D2: 1/10/13 18:55 (task ended)cell E2: 1/11/13 08:13 ...End result: -0.70 hours. I'm looking for 1.13 hours
Please help,
Thank you. JD
Bookmarks