+ Reply to Thread
Results 1 to 3 of 3

Timesheet: calculating overtime in Texas

  1. #1
    Registered User
    Join Date
    04-30-2010
    Location
    Texas
    MS-Off Ver
    Excel 2003
    Posts
    4

    Lightbulb Timesheet: calculating overtime in Texas

    Hi, I am running into a problem with my timesheet and calculating overtime in Texas. I am trying to transition from California Timecard management to Texas. The overtime doesnt seem to work right with this sheet. I inherited this from my predecessor.

    =ROUND(IF((OR(C24="",D24="")),0,IF((D24<C24),((D24-C24)*24)+24,(D24-C24)*24))+IF((OR(F24="",G24="")),0,IF((G24<F24),((G24-F24)*24)+24,(G24-F24)*24)),2)
    Attached Files Attached Files

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    re: Timesheet: calculating overtime in Texas

    It might help if you explain what the issues are as you see it (based on the sample data).

    Assuming anything above 8 hours is deemed OT (irrespective of weekday) then the file appears to work correctly.

    Remember the greater majority of us will be unaware of the potential significance of the below:

    Quote Originally Posted by GuardianTX
    I am trying to transition from California Timecard management to Texas
    so try to be as detailed as possible - ie assume we know nothing

    Though FWIW you could perhaps "simplify"/shorten the formulae to:

    I12: =24*SUM(MOD(D12-C12,1),MOD(G12-F12,1))
    J12: =MIN(8,I12)
    K12: =I12-J12

    I12:K12 copied down for all rows.

  3. #3
    Registered User
    Join Date
    04-30-2010
    Location
    Texas
    MS-Off Ver
    Excel 2003
    Posts
    4

    re: Timesheet: calculating overtime in Texas

    Thanks so much, I greatly appreciate it.

    From what I have been asked, we are trying to set the timesheet to not calculate overtime by day, just week. We are also trying to add a PTO Column since holiday is being managed as itself. Any help would be very much appreciated.

    Thanks

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1