ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Overtime Calculation for Overtime (https://www.excelbanter.com/excel-worksheet-functions/184550-overtime-calculation-overtime.html)

SilviaG

Overtime Calculation for Overtime
 
I have a timecard spreadsheet in excel that automatically calculates how much
an employee worked on a day.
ex:
Clock in Lunch out Lunch in End of day TOTAL
8:30 am 12 pm 1 pm 6:00 p 8.50

I am trying to create a column in which the overtime will be carried onto
another column. So it will look something like this:

Clock in Lunch out Lunch in End of day Reg Hrs OT
8:30 am 12 pm 1 pm 6:00 p 8 .50

Is there a way in which it will done like this atumatically?



ryguy7272

Overtime Calculation for Overtime
 
Maybe you can use a pre-designed template:
http://www.vertex42.com/ExcelTemplat...-template.html

Regards,
Ryan---

--
RyGuy


"SilviaG" wrote:

I have a timecard spreadsheet in excel that automatically calculates how much
an employee worked on a day.
ex:
Clock in Lunch out Lunch in End of day TOTAL
8:30 am 12 pm 1 pm 6:00 p 8.50

I am trying to create a column in which the overtime will be carried onto
another column. So it will look something like this:

Clock in Lunch out Lunch in End of day Reg Hrs OT
8:30 am 12 pm 1 pm 6:00 p 8 .50

Is there a way in which it will done like this atumatically?



Mike H

Overtime Calculation for Overtime
 
Have a look here

http://www.j-walk.com/ss/excel/files/timesht.htm

Mike

"SilviaG" wrote:

I have a timecard spreadsheet in excel that automatically calculates how much
an employee worked on a day.
ex:
Clock in Lunch out Lunch in End of day TOTAL
8:30 am 12 pm 1 pm 6:00 p 8.50

I am trying to create a column in which the overtime will be carried onto
another column. So it will look something like this:

Clock in Lunch out Lunch in End of day Reg Hrs OT
8:30 am 12 pm 1 pm 6:00 p 8 .50

Is there a way in which it will done like this atumatically?



T. Valko

Overtime Calculation for Overtime
 
Try these...

Reg hours:

=MIN(8,((D2-C2)+(B2-A2))*24)

OT hours:

=MAX(0,((D2-C2)+(B2-A2))*24-8)

--
Biff
Microsoft Excel MVP


"SilviaG" wrote in message
...
I have a timecard spreadsheet in excel that automatically calculates how
much
an employee worked on a day.
ex:
Clock in Lunch out Lunch in End of day TOTAL
8:30 am 12 pm 1 pm 6:00 p 8.50

I am trying to create a column in which the overtime will be carried onto
another column. So it will look something like this:

Clock in Lunch out Lunch in End of day Reg Hrs OT
8:30 am 12 pm 1 pm 6:00 p 8 .50

Is there a way in which it will done like this atumatically?





joeu2004

Overtime Calculation for Overtime
 
On Apr 21, 9:46 am, SilviaG wrote:
I am trying to create a column in which the overtime will be carried onto
another column. So it will look something like this:

Clock in Lunch out Lunch in End of day Reg Hrs OT
8:30 am 12 pm 1 pm 6:00 p 8 .50

Is there a way in which it will done like this atumatically?


Ostensibly, if the TOTAL is in column G (after "OT"), the formuals for
"Reg Hrs" and "OT" a

Reg Hrs in E2: =max(8, G2)

OT in F2: =G2 - E2
....or =if(E2 = G2, "", G2 - E2)

Caveat: In some jurisdictions, overtime computation is much more
complex. For example, in Calif (US), it is something like the amount
of time in excess of 8 hours in a day, and the amount of time in
excess of 40 hours in a week. Additionally, any time on days not
considered part of the "normal week" is considered overtime.
Moreover, there might be different overtime rates for the different
categories of overtime. Check your local laws.


----- original posting -----

On Apr 21, 9:46*am, SilviaG wrote:
I have a timecard spreadsheet in excel that automatically calculates how much
an employee worked on a day.
ex:
Clock in * *Lunch out * Lunch in * End of day * * * *TOTAL
8:30 am * * 12 pm * * * *1 pm * * * *6:00 p * * * * * * 8.50

I am trying to create a column in which the overtime will be carried onto
another column. So it will look something like this:

Clock in * *Lunch out * Lunch in * End of day * * * *Reg Hrs * *OT
8:30 am * * 12 pm * * * *1 pm * * * *6:00 p * * * * * * * 8 * * * * .50

Is there a way in which it will done like this atumatically?




All times are GMT +1. The time now is 08:28 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com