time card
Posted by Don Weinstein on May 09, 2001 12:42 PM
I have made a time card, by day, for which I can get the correct totals, but when I try to get the totals for the week, and weekly O/T I am not getting the correct answers.
To arrive at weekly regular hours my formula is as follows:=if(sum(e5:e14)>hour(40),(40),sum(e5:e14))
this equals 40.00 (I have the cell formatted as number)
To arrive at weekly overtime my formula is:=if(sum(e5:e14)>hour(40),sum(e5:e14)-hour(40),"") this equals 48:31:00 when it should be 8:31:00. This cell is formatted as time "37:30:55".
I need to know how to correct the formulas to give me correct answers?
Thank you in advance for your help.
Don W