Never mind, here's both solutions
Change your working day to suit.
=(NETWORKDAYS(A1,B1,Holidays)-1)*("17:00"-"08:00")+MOD(B1,1)-MOD(A1,1)
If a weekday day is 24 hours
=(NETWORKDAYS(A1,B1,Holidays)-1)+MOD(B1,1)-MOD(A1,1)
In both cases 'Holidays' is a named range that contains your holiday
dates.
Format both as [hh]:mm
Mike
Mike H said:
Linda,
Is a weekday day 24 hours or a working day of (say 09:00 - 17:00)
Mike
:
I am trying to get the length of time between two dates excluding
weekends
and holidays in hours and minutes.