Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default I want to calculate overtime hours for employees

I have the employees time for the week add up in P and I need regular time in
Q and overtime in R.
something like hours reg ot
54 40 14
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 258
Default I want to calculate overtime hours for employees

Chef --
I'm not sure what the rest of your worksheet is like, but this might work:

P Q R
1 54 =MIN(P1,40) =P1-Q1

Hope that helps.

"ChefFrank" wrote:

I have the employees time for the week add up in P and I need regular time in
Q and overtime in R.
something like hours reg ot
54 40 14

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 168
Default I want to calculate overtime hours for employees

Regular hours: =IF(P140,40,P1)
Overtime: =IF(P140,P1-40,"0")

Or if you are listing the hours in column fashion...

Regular: =IF(SUM(P:P)40,40,SUM(P:P))
Overtime: =IF(SUM(P:P)40,SUM(P:P)-40,"0")


HTH,
JP


On Nov 16, 6:10 pm, ChefFrank
wrote:
I have the employees time for the week add up in P and I need regular time in
Q and overtime in R.
something like hours reg ot
54 40 14


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
How to calculate overtime hours in Excel using formulas? Toeknee Excel Discussion (Misc queries) 2 March 1st 06 06:54 PM
Calculate Hours and overtime by week gregt812 Excel Worksheet Functions 1 November 23rd 05 07:03 PM
Overtime Hours Zack Excel Worksheet Functions 5 November 23rd 05 04:28 PM
employees hours karen Excel Discussion (Misc queries) 2 September 14th 05 03:08 PM
looking for template to track hours on projects for employees Kim S Excel Discussion (Misc queries) 1 January 4th 05 10:48 PM


All times are GMT +1. The time now is 08:27 PM.

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

About Us

"It's about Microsoft Excel"