I am having an issue trying to find a formula to subtract minutes from hours based off the formulas I have used to sum the time remaining.
I am trying to sum the times in E5 and E6 into cell E3.
B5: =LEFT(B3,FIND(":",B3)-1)
C5: =LEFT(C3,FIND(":",C3)-1)
D5: =LEFT(D3,FIND(":",D3)-1)
E5...