+ Reply to Thread
Results 1 to 2 of 2

Complicated Time Sheet for End User

  1. #1
    Registered User
    Join Date
    02-28-2018
    Location
    Charleston
    MS-Off Ver
    Microsoft 13
    Posts
    1

    Complicated Time Sheet for End User

    Hello there,

    I need to create a time sheet for a Union Crew Coordinator to use to enter his crew's time. There are several rules and I do not know where to begin.

    Call Types:
    1. Performance Call - 4 Hours Max at Performance Rate of A
    2. Rehearsal Call - 4 Hours Max at Rehearsal Rate of B
    3. Work Call - Minimum Work Call is 3 Hours [so if only worked 1 Hour; receives 2 hours of continuity pay] and at Rate C
    4 Rigging Call - Rate D

    Early Call Rule: Time and a half (1.5x) for any work performed from 12:01 AM to 8:00 AM. Reverts to straight pay after 8:00 AM.
    Night Rule: Time and a half (1.5x) for any work performed after 12:00 AM into the next day
    Overtime Rule: Time and a half (1.5x) for any work performed over 8 hours in the same day (excludes Performance Calls and Rehearsal Calls)

    Essentially...I had created a data validation list of the call types with the rates associated with them in the cells next to them. I started doing and if and statement...however need advice on how to correctly calculate hours with rules said above. Here is a sample of my formula:

    =IF(AND(C6="Work Call",D6>TIME(7,59,0)),((E6-D6)*24),((E6-(TIME(8,0,0)))*24))

    I need to be able to calculate this on a scale greater than 24 hours as work that continues past midnight will be recorded on that days timecard.

    Let me know if you have any advice! Thanks.

  2. #2
    Valued Forum Contributor ranman256's Avatar
    Join Date
    07-29-2012
    Location
    Kentucky
    MS-Off Ver
    Excel 2003
    Posts
    1,177

    Re: Complicated Time Sheet for End User

    i hate these things.
    you have to build an employee sheet. With all their rates vs Hr Max
    (i then load them all into memory so I dont have to lookup sheets)

    then you have to sort the data by person/date
    scan the list 1 at a time
    validating each record with the person's CallType vs HrsTotal, then determine the rate.
    create extra time record when they reach the end of RegTime, and begin OT.
    next record

    uhg.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 0
    Last Post: 03-04-2016, 06:38 PM
  2. [SOLVED] VBA to auto save data each time it's entered into a work sheet frm user form
    By MG3 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-23-2015, 11:01 AM
  3. Replies: 0
    Last Post: 01-14-2015, 12:30 AM
  4. Sorting User Time sheets by Job No. from referenced Sheet 1
    By RyanGreen1970 in forum Excel General
    Replies: 2
    Last Post: 03-24-2014, 03:56 PM
  5. Auto color time sheet after user input
    By Barry66 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 08-27-2012, 05:26 PM
  6. Time sheet: programming or user error?
    By DannyDCov in forum Excel General
    Replies: 2
    Last Post: 04-04-2012, 10:52 AM
  7. Macro needed to add User Name and Date/Time Stamp in Tracking Sheet
    By EHarvill in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 07-11-2011, 03:22 PM

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