Originally Posted by
daddylonglegs
Assuming start and end dates will be working days and that negative values will always be in hours try this version in row 3 copied down
=IF(E3<D3,"-"&TEXT(D3-E3,"h:mm"),NETWORKDAYS(D3,E3,A$16:A$24)-1-(MOD(E3,1)<MOD(D3,1))&" days "&TEXT(E3-D3,"h:mm"))
Works like a treat, many thanks daddylonglegs!!! mrice, i'm sure your formula works great also, I opted for the "thinner" forlmula, thank you for your time also.
To make it more stable I have turned all the holiday dates for UK 2012/13 into ‘Excel Serial Number’ format and placed them in an array bracket.
Bookmarks