C
Char
I have an employee that I pay per day, instead of per
hour. However, I am still tracking actual hours worked.
If they come in late, or need to take off a few hours,
they are paid for 1/2 a day. I have created a time sheet
that has the following columns: "Time In", "Time
Out", "Hours Worked", "Total Days". The "hours worked"
has a formula to calculate the actual hours worked.
Then "Total Days" is an IF formala. The IF formula is as
follows:
IF(E17>4,"1.00",IF(E17>0,"0.50",IF(E17=0,"0.00")))
This formula works fine; however, I have at the bottom
of "Total Days" I want a SUM of the days. My SUM formula
is not working.
Any suggestions????
Thanks.
hour. However, I am still tracking actual hours worked.
If they come in late, or need to take off a few hours,
they are paid for 1/2 a day. I have created a time sheet
that has the following columns: "Time In", "Time
Out", "Hours Worked", "Total Days". The "hours worked"
has a formula to calculate the actual hours worked.
Then "Total Days" is an IF formala. The IF formula is as
follows:
IF(E17>4,"1.00",IF(E17>0,"0.50",IF(E17=0,"0.00")))
This formula works fine; however, I have at the bottom
of "Total Days" I want a SUM of the days. My SUM formula
is not working.
Any suggestions????
Thanks.