D
David Lewis
I am doing a timesheet.
I need to total the hours worked in a day, but if the sumed hours exceed 8 hours then I need to total to display 8 and
the next cell to display the hours over 8.
For example: If I work 11 hours then "total regular hours" would display 8 and "OT hours" would display 3.
But if I only worked 6 hours then "total regular hours" would display 6 and "OT hours" would display nothing.
How to do this?
I need to total the hours worked in a day, but if the sumed hours exceed 8 hours then I need to total to display 8 and
the next cell to display the hours over 8.
For example: If I work 11 hours then "total regular hours" would display 8 and "OT hours" would display 3.
But if I only worked 6 hours then "total regular hours" would display 6 and "OT hours" would display nothing.
How to do this?