To calculate how much of the time falls within the start and end times in C5/C6 but not within the break times then you could use this formula in K11 copied down
=MAX(0,MIN(I11,C$6)-MAX(G11,C$5))-MAX(0,MIN(I11,G$6)-MAX(G11,G$5))-MAX(0,MIN(I11,I$6)-MAX(G11,I$5))-MAX(0,MIN(I11,K$6)-MAX(G11,K$5))
Note: your times include seconds so to display full accuracy you need to display as h:mm:ss
The formula only works assuming all times are on the same day....
Bookmarks