your formula fails on other dates.
=24*((B4-A4)-NETWORKDAYS(A4,B4))
start date: 6/8/2007 10:00
end date: 6/13/2007 9:00
your result is 23 it should be 71 hours
The formula below should work for you
=(NETWORKDAYS(A1,B1,holidays)-1+MOD(B1,1)-MOD(A1,1))*24
> > How can I count, in hours; time elapsed in the form dd/mm/yyy hh:mm
> > between
[quoted text clipped - 10 lines]
>
> =24*((B4-A4)-NETWORKDAYS(A4,B4))
> Rick
littlejess22 - 12 Jun 2007 16:00 GMT
Absolutley Bloody fantastic. Thank you so much for the formula and speedy
response. cheers dudes.
littlejess22
> your formula fails on other dates.
>
[quoted text clipped - 24 lines]
>
> > Rick