Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 113
Default Time sheet calculation of shift differntial

I am building a time sheet that requires shift differential. If an employee
works the majority of there shift after 3:00 PM they get .05 differential.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 209
Default Time sheet calculation of shift differntial

Assume:
Labels in Col A / Values in Col B
Row 1: Start Time
Row 2: End Time
Row 3: Break in hrs
Row 4: Reg. rate of pay
Row 5: Shift Differencial rate of pay
Row 6: Reg Pay
Row 7: Shift Diff pay

Cell B1: 1:00 PM
Cell B2: 9:30 PM
Cell B3: .50
Cell B4: $10.00
Cell B5: $0.05
Cell B6: =(((B2-B1)*24)-B3)*B4
Cell B7: =IF((B2-((((B2-B1)*24)/2)/24))<(15/24),0,B5)*(((B2-B1)*24)-B3)

Points to consider:
- Are OT hours figured in how long a shift is for calculating
"If an employee works the majority of their shift after 3:00 PM".
- Is Break Time figured in how long a shift is for calculating
"If an employee works the majority of their shift after 3:00 PM".
--
Hope this helps.
If this post was helpfull, please remember to click on the ''''YES''''
button at the bottom of the screen.
Thanks,
Gary Brown


"Brett" wrote:

I am building a time sheet that requires shift differential. If an employee
works the majority of there shift after 3:00 PM they get .05 differential.

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
time sheet calculation tikchye_oldLearner57 Excel Discussion (Misc queries) 2 November 26th 06 12:28 PM
Time Card Calculation Spread Sheet ginger Setting up and Configuration of Excel 2 October 5th 06 11:25 PM
time shift and salary calculation Lamb Chop Excel Discussion (Misc queries) 1 August 16th 06 11:39 AM
Time Sheet Calculation Frantic Excel-er Excel Discussion (Misc queries) 7 August 11th 06 06:33 PM
Time Sheet Calculation Help Needed! sax30 Excel Worksheet Functions 2 April 26th 05 08:08 PM


All times are GMT +1. The time now is 06:46 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"