Consulting

Results 1 to 4 of 4

Thread: Test to determine workload

  1. #1
    Moderator VBAX Master austenr's Avatar
    Joined
    Sep 2004
    Location
    Maine
    Posts
    2,033
    Location

    Test to determine workload

    In the attached WB, I need to consider if the work done by any given person if removed would put stress on the other employees left or would you need extra help.
    Say you remove Bob on Wednesday where he produces 71 units. Can the others handle his load (take up the slack) without having to add others to the mix to compensate for his absence.
    Any ideas on how to go about determining that?
    Attached Files Attached Files
    Peace of mind is found in some of the strangest places.

  2. #2
    VBAX Sage
    Joined
    Apr 2007
    Location
    United States
    Posts
    8,729
    Location
    If you pull Bob on Wednesday, how do you know what the available capacity of the others are?

    Is there a capacity table by name or what?
    ---------------------------------------------------------------------------------------------------------------------

    Paul


    Remember: Tell us WHAT you want to do, not HOW you think you want to do it

    1. Use [CODE] ....[/CODE ] Tags for readability
    [CODE]PasteYourCodeHere[/CODE ] -- (or paste your code, select it, click [#] button)
    2. Upload an example
    Go Advanced / Attachments - Manage Attachments / Add Files / Select Files / Select the file(s) / Upload Files / Done
    3. Mark the thread as [Solved] when you have an answer
    Thread Tools (on the top right corner, above the first message)
    4. Read the Forum FAQ, especially the part about cross-posting in other forums
    http://www.vbaexpress.com/forum/faq...._new_faq_item3

  3. #3
    Moderator VBAX Master austenr's Avatar
    Joined
    Sep 2004
    Location
    Maine
    Posts
    2,033
    Location
    Quote Originally Posted by Paul_Hossler View Post
    If you pull Bob on Wednesday, how do you know what the available capacity of the others are?

    Is there a capacity table by name or what?
    Hi Paul

    This is based on an unbuilt table of projected workloads. So if you have say 1500 projected for that day and you have 2 people leave or call in sick how many additional people do you need to compensate for the missed productivity.
    Peace of mind is found in some of the strangest places.

  4. #4
    VBAX Sage
    Joined
    Apr 2007
    Location
    United States
    Posts
    8,729
    Location
    This is based on an unbuilt table of projected workloads. So if you have say 1500 projected for that day and you have 2 people leave or call in sick how many additional people do you need to compensate for the missed productivity.
    My guess would be 2

    How would you do it manually?
    ---------------------------------------------------------------------------------------------------------------------

    Paul


    Remember: Tell us WHAT you want to do, not HOW you think you want to do it

    1. Use [CODE] ....[/CODE ] Tags for readability
    [CODE]PasteYourCodeHere[/CODE ] -- (or paste your code, select it, click [#] button)
    2. Upload an example
    Go Advanced / Attachments - Manage Attachments / Add Files / Select Files / Select the file(s) / Upload Files / Done
    3. Mark the thread as [Solved] when you have an answer
    Thread Tools (on the top right corner, above the first message)
    4. Read the Forum FAQ, especially the part about cross-posting in other forums
    http://www.vbaexpress.com/forum/faq...._new_faq_item3

Posting Permissions

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