Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ewak@job1usa
 
Posts: n/a
Default Calculating timesheet with overtime

I'm trying to make a self calculating timesheet using formulas. So I can
enter in Mon-Sun amount of hours & they will automatically calculate "Reg" &
"OT". I have the "Reg" but I'm trying to figure out how to make anything
over 40 hours fall into the OT column.
(I.E.: Mon-Sun 8 hours per day=56 hours total, I want 40 hours to fall
under Regular time column & 16 hours to fall under the Overtime column).
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Niek Otten
 
Posts: n/a
Default Calculating timesheet with overtime

http://www.cpearson.com/excel/overtime.htm

--
Kind regards,

Niek Otten

"Ewak@job1usa" wrote in message
...
I'm trying to make a self calculating timesheet using formulas. So I can
enter in Mon-Sun amount of hours & they will automatically calculate "Reg"
&
"OT". I have the "Reg" but I'm trying to figure out how to make anything
over 40 hours fall into the OT column.
(I.E.: Mon-Sun 8 hours per day=56 hours total, I want 40 hours to fall
under Regular time column & 16 hours to fall under the Overtime column).



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Elkar
 
Posts: n/a
Default Calculating timesheet with overtime

Let's assume your total hours worked for the week are in cell A1.

Formula for Regular Hours: =MIN(A1,56)

Formula for Overtime Hours: =MAX(A1-56,0)

HTH,
Elkar

"Ewak@job1usa" wrote:

I'm trying to make a self calculating timesheet using formulas. So I can
enter in Mon-Sun amount of hours & they will automatically calculate "Reg" &
"OT". I have the "Reg" but I'm trying to figure out how to make anything
over 40 hours fall into the OT column.
(I.E.: Mon-Sun 8 hours per day=56 hours total, I want 40 hours to fall
under Regular time column & 16 hours to fall under the Overtime column).

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Need help calculating overtime to date BVHis Excel Worksheet Functions 8 January 9th 06 05:59 PM
help with calculating overtime in a time sheet jongyrocka Excel Discussion (Misc queries) 13 December 10th 05 09:36 PM
overtime on timesheet kimmyrt Excel Worksheet Functions 4 January 26th 05 07:33 PM
timesheet with running total of overtime kimmyrt Excel Worksheet Functions 2 January 26th 05 06:15 PM
need help w/formula for calculating overtime hours jv749297 Excel Worksheet Functions 1 January 17th 05 07:54 PM


All times are GMT +1. The time now is 12:49 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"