Hi Premy,
If you just want H5 and the cells below it to add up the hours to the left of them, put the following formula into Cell H5 in place of what you have. Copy the formula down through H14.
=((MID(G5,6,2)&":"&RIGHT(G5,2)+0)-(LEFT(G5,2)&":"&MID(G5,3,2)+0))*24+((MID(F5,6,2)&":"&RIGHT(F5,2)+0)-(LEFT(F5,2)&":"&MID(F5,3,2)+0))*24+((MID(E5,6,2)&":"&RIGHT(E5,2)+0)-(LEFT(E5,2)&":"&MID(E5,3,2)+0))*24+((MID(D5,6,2)&":"&RIGHT(D5,2)+0)-(LEFT(D5,2)&":"&MID(D5,3,2)+0))*24+((MID(C5,6,2)&":"&RIGHT(C5,2)+0)-(LEFT(C5,2)&":"&MID(C5,3,2)+0))*24+((MID(B5,6,2)&":"&RIGHT(B5,2)+0)-(LEFT(B5,2)&":"&MID(B5,3,2)+0))*24
Bookmarks