G
Guest
My worksheet looks like the following
Mon Tues Wend Thurs Fri Reg O
8 9 8.5 8 8
I am trying to get a formula in column "Reg" so that if it is 40 or less hours then sum, if it's over 40 just put 40. I am using the following: =IF(SUM(B7:F7)>="40",40,IF(SUM(B7:F7)<"40",SUM(B7:F7),"")) but its not working??
Also, I would like to put a formula in the "OT" column to put in hours greater than 40
Any help would be greatly appreciated
Mon Tues Wend Thurs Fri Reg O
8 9 8.5 8 8
I am trying to get a formula in column "Reg" so that if it is 40 or less hours then sum, if it's over 40 just put 40. I am using the following: =IF(SUM(B7:F7)>="40",40,IF(SUM(B7:F7)<"40",SUM(B7:F7),"")) but its not working??
Also, I would like to put a formula in the "OT" column to put in hours greater than 40
Any help would be greatly appreciated