G
Guest
Hi all,
OK, here's what I got:
A1 Start date
A2 End date
A3 Start time
A4 End time
=INT(A3-A1) & ":" & TEXT(A4-A2+(A4<A2),"hh:mm")
Here's what I need,
I have this repeated for x number of cells. How do I keep a total? i. e. if one cell equals 8:7:24 and another cell equals 2:9:16 then the total cell would equal 10:16:46.
Thanks for the help
OK, here's what I got:
A1 Start date
A2 End date
A3 Start time
A4 End time
=INT(A3-A1) & ":" & TEXT(A4-A2+(A4<A2),"hh:mm")
Here's what I need,
I have this repeated for x number of cells. How do I keep a total? i. e. if one cell equals 8:7:24 and another cell equals 2:9:16 then the total cell would equal 10:16:46.
Thanks for the help