+ Reply to Thread
Results 1 to 10 of 10

workload distribution

Hybrid View

shaftora workload distribution 11-10-2015, 04:14 AM
ChemistB Re: workload distribution 11-10-2015, 10:17 AM
shaftora Re: workload distribution 11-10-2015, 10:27 AM
ChemistB Re: workload distribution 11-10-2015, 10:36 AM
shaftora Re: workload distribution 11-10-2015, 10:48 AM
ChemistB Re: workload distribution 11-10-2015, 11:06 AM
shaftora Re: workload distribution 11-10-2015, 11:14 AM
ChemistB Re: workload distribution 11-10-2015, 11:30 AM
shaftora Re: workload distribution 11-10-2015, 11:32 AM
ChemistB Re: workload distribution 11-10-2015, 01:15 PM
  1. #1
    Registered User
    Join Date
    10-29-2014
    Location
    Egypt
    MS-Off Ver
    2007
    Posts
    7

    workload distribution

    Hi All,

    I have a task to distribute work load for back office team and it take full day to do it..

    I am seeking your support to automate the sheet..

    Sheet has 2 columns "A" for ticked ID "B" for number of transactions..

    I want to distribute the work load based on below conditions:

    - Each user can handle 800 - 850 transaction.
    - No limit number for users

    I want the final sheet to have each user and how many transactions he will handle from each ticket along with the ticket ID..

    I have attached excel sheet for more explanations

    Thaaanks in advance
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: workload distribution

    Okay, so the first case ID has 6010 transactions. You max any user at 850 so the first 8 users can be assigned to that first case iD, correct?
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Registered User
    Join Date
    10-29-2014
    Location
    Egypt
    MS-Off Ver
    2007
    Posts
    7

    Re: workload distribution

    Yes Correct but we will have one user with transactions less than 800 - 850 so he need to Handel another transactions from different case ID.

    Also some cases have transactions less than 800 so we need to distribute those cases to users taking into consideration he doesn't exceed 800 - 850 interactions.

    Pleeeease

  4. #4
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: workload distribution

    Okay, see if this works for you. The easiest way to do it (IMHO) is to keep things in single columns, User #, CASE ID, and Transactions. So In F5, I put "User01", then in F6 copied down for user ID

    ="User"& IF(SUMIF($F$5:$F5,F5,$H$5:$H5)>=800, TEXT(RIGHT(F5,2)+1,"00"),RIGHT(F5,2))

    In G5 copied down for CASE ID

    =IFERROR(INDEX($B$4:$B$45, MATCH(SUM($H$4:H4),$D$4:$D$46)),"")

    In H5 copied down

    =IFERROR(MIN(850-SUMIF($F4:$F$4,F5,$H4:$H$4), INDEX($C$4:$C$45, MATCH(SUM($H$4:H4),$D$4:$D$45))-SUMIF($G$4:$G4,G5, $H$4:$H4)),"")

    This method will give each user exactly 850 transactions (except the last user). The formula's can be adjusted to 800 or any other number. See attachment.
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    10-29-2014
    Location
    Egypt
    MS-Off Ver
    2007
    Posts
    7

    Re: workload distribution

    Thaaaaaank u thaaank u
    you are a life saver..
    this is perfect for me but if we can distribute the transactions so that users can have the same number it will be moreeeee than perfect..
    Thaank u again

  6. #6
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: workload distribution

    What do you mean so that users can have the same number? Give me an example

  7. #7
    Registered User
    Join Date
    10-29-2014
    Location
    Egypt
    MS-Off Ver
    2007
    Posts
    7

    Re: workload distribution

    I Mean if we make the transaction number to be 850 the last user will handle 335 only, what i need is all users to handle the same amount..

    i figured out a way as below:

    Sum number of transactions (32635) / 850 = 38.39411765

    (32635) / Round (38.39411765) = 858.8157895

    Round (858.8157895) = (859)

    so if i change the transaction number to be 859 the last user Handel 852

    What do you think ?

  8. #8
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: workload distribution

    Sounds good. I used I2 for expected workload

    =ROUND(SUM(C:C)/ROUND((SUM(C:C)/850),0),0)

    Then in F6, change 800 to $I$2 copied down
    In H5 change 850 to $I$2 copied down.
    Attached Files Attached Files

  9. #9
    Registered User
    Join Date
    10-29-2014
    Location
    Egypt
    MS-Off Ver
    2007
    Posts
    7

    Re: workload distribution

    Thaaaaankkk uuuu :D

  10. #10
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: workload distribution

    No Problem. Can you mark this thread closed (Thread tools in post #1)

+ 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. Help For Workload Allocation
    By mesutcan in forum Excel General
    Replies: 1
    Last Post: 09-05-2015, 11:43 AM
  2. Even distribution of workload
    By emtan in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 07-18-2015, 06:59 PM
  3. Plotting F Distribution Probability Distribution Function
    By diggetybo in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 02-23-2015, 01:36 PM
  4. Back office workload distribution for pending activities
    By Eftychia in forum Excel Formulas & Functions
    Replies: 19
    Last Post: 02-10-2015, 06:21 PM
  5. Forecasting Workload Needs
    By mycon73 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-14-2012, 08:44 AM
  6. Balance workload
    By live2aid in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-24-2009, 01:42 PM
  7. Counting workload
    By Maravilha in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 11-13-2009, 11:24 AM

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