Farrar35594
New Member
- Joined
- Jun 24, 2010
- Messages
- 14
I will be moving from my Industrial Eng. position back out onto our shop floor to assume the duties of 2nd Shift Supervisor. All of our supervisors currently use a paper book and pencil to record time. Many years ago when I previously supervised, I used a simple spreadsheet to record time and emailed that to HR every Monday. The old sheet that I have did not address my new issue which is:<?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o></o>
<o></o>
I have a sheet with the days of the week across the top. Into each cell for each day, I will enter hours worked. I have applied this formula:<o></o>
<o></o>
=IF(D3>8,D3-8,0)+IF(E3>8,E3-8,0)+IF(F3>8,F3-8,0)+IF(G3>8,G3-8,0)+IF(H3>8,H3-8,0)+I3+J3<o></o>
<o></o>
To check each days' hour total and add up all overtime hours. Any hours worked over 8 in a day is considered overtime in our facility whereas most simply have anything over 40 hours. The formula above works fine UNTILL I type into that cell the word VACT to indicate that the employee took vacation time. I must at the end of the week turn in all regular hours, overtime hours, vacation hours, and hours missed. <o></o>
<o></o>
Can I amend the formula above to ignore the VACT entry?<o></o>
<o></o>
I am assuming that when it comes time to add up all vacation hours, I can use an IF statement to check Monday-Friday and total my Vacation time.<o></o>
<o></o>
I am assuming {again} that the best way to calculate time missed will be an IF statement which checks each day, determines if the hours are less than 8, and then totals those in a column for each employee?<o></o>
<o></o>
Thank You in Advance for your help.<o></o>
<o></o>
Jeff F.<o></o>
<o></o>
<o></o>
<o></o>
I have a sheet with the days of the week across the top. Into each cell for each day, I will enter hours worked. I have applied this formula:<o></o>
<o></o>
=IF(D3>8,D3-8,0)+IF(E3>8,E3-8,0)+IF(F3>8,F3-8,0)+IF(G3>8,G3-8,0)+IF(H3>8,H3-8,0)+I3+J3<o></o>
<o></o>
To check each days' hour total and add up all overtime hours. Any hours worked over 8 in a day is considered overtime in our facility whereas most simply have anything over 40 hours. The formula above works fine UNTILL I type into that cell the word VACT to indicate that the employee took vacation time. I must at the end of the week turn in all regular hours, overtime hours, vacation hours, and hours missed. <o></o>
<o></o>
Can I amend the formula above to ignore the VACT entry?<o></o>
<o></o>
I am assuming that when it comes time to add up all vacation hours, I can use an IF statement to check Monday-Friday and total my Vacation time.<o></o>
<o></o>
I am assuming {again} that the best way to calculate time missed will be an IF statement which checks each day, determines if the hours are less than 8, and then totals those in a column for each employee?<o></o>
<o></o>
Thank You in Advance for your help.<o></o>
<o></o>
Jeff F.<o></o>
<o></o>
<o></o>