Hi trying to set up a a formula based around the following:
A1 B2
01/01/07 14:00 10/01/07 16:00
finding out the hours between the 2 date time stamps in each cell based on a 10 hour working day also excluding the weekends. I have found the below formula but it brings up incorrect hours on some date time calculations
Any Help would be appreciated.
=NETWORKDAYS(E2,H2)-1-MOD(E2,1)+MOD(H2,1)
Bookmarks