MSconfusedX
New Member
- Joined
- Sep 16, 2011
- Messages
- 5
Hey there,
I have a worksheet that calculates employers attendance.
For instance,
Cells from B7 to AE7 are divided into 30 days of the month, and in each cell the coordinator should fill in the number of hours the employer worked.
Cell AF calculates total number of hours
Formula:=SUM(B7:AE7)
Cell AG calculates number of days worked
Formula: =COUNTIF(B7:AE7,">0")
I have been trying to find a formula that would be put in Cell AG in which If the number of hours were more than 5 from cells B7 to AE7 it would count it as 2 days of working.
Is it possible, I imagine it with an if condition however, i'm not that expert with Excel.
I have a worksheet that calculates employers attendance.
For instance,
Cells from B7 to AE7 are divided into 30 days of the month, and in each cell the coordinator should fill in the number of hours the employer worked.
Cell AF calculates total number of hours
Formula:=SUM(B7:AE7)
Cell AG calculates number of days worked
Formula: =COUNTIF(B7:AE7,">0")
I have been trying to find a formula that would be put in Cell AG in which If the number of hours were more than 5 from cells B7 to AE7 it would count it as 2 days of working.
Is it possible, I imagine it with an if condition however, i'm not that expert with Excel.