I have made table for calculating hours and it is working pretty fine. But, I want to extract night time e.g. night hours during specific START and END time. And there is no need to make difference between weekdays and weekends.
C6 is START TIME formatted as [h]:mm,
E6 is END TIME formatted as [h]:mm,
F6 is TOTAL TIME formatted as [h]:mm with formula =SUM(E6-C6+(C6>E6)*1) to calculate times passing midnight.
So my wish is to establish column H (also formatted as [h]:mm) to extract night hours, if any, between C6 and E6.
Any tips would be highly appreciated and I am thanking in advance.
Bookmarks