L
LMB
Hi,
I am keeping track of time I work at home. The first formula in cells E2 through E17 gives me the total hours I worked after entering starting time and ending time. The second formula calculates the totals from the E column. A problem arises when the sum is more than 24, if it's 27 hours, the answer is 3 instead of 27. What can I use so the sum of my hours just get totaled?
Thanks,
Linda
Starts in cell E2 and goes to E17
=MOD(C2-B2,1)
=SUM(E2:E17)
I am keeping track of time I work at home. The first formula in cells E2 through E17 gives me the total hours I worked after entering starting time and ending time. The second formula calculates the totals from the E column. A problem arises when the sum is more than 24, if it's 27 hours, the answer is 3 instead of 27. What can I use so the sum of my hours just get totaled?
Thanks,
Linda
Starts in cell E2 and goes to E17
=MOD(C2-B2,1)
=SUM(E2:E17)