Okay, In cell E17 I am trying to say that if the data in cells P17-T17 are greater than 8, then the sum of what is greater than 8 will go in E17.. basically, overtime is anything over 8 hrs a day, cells p17 through t17 are the days of the week.. if any of them are over 8, then i need what is over 8 to sum in cell E17 for the total overtime.. I tried this:
=IF(SUMIF(P17:T17,0)>8,0,SUM(0))
It does not work! What am I missing?
=IF(SUMIF(P17:T17,0)>8,0,SUM(0))
It does not work! What am I missing?