+ Reply to Thread
Results 1 to 5 of 5

Assigning work

  1. #1
    Registered User
    Join Date
    05-23-2014
    MS-Off Ver
    2007
    Posts
    4

    Assigning work

    I have a list of accounts that need to be worked by a specific number of people. I need them to be worked taking care of the oldest first and I need them assigned by the work load each person can handle. For this case I need to have Jane work 12 of the accounts and Tom 9. I need each to start at the oldest claim and work there way down. I also need Jane to work 12 sicne she is faster. This list will change daily and the number of people I have workign also changes as does the amount that each on can handle...

    Claim RepAge Rep
    12566 36 Jane 12
    12566 33 Tom 9
    12566 32
    12566 32
    12566 18
    12566 18
    12566 18
    12566 16
    12566 15
    12566 15
    12566 15
    12566 15
    12566 15
    12566 15
    12566 15
    12566 15
    12566 15
    12566 15
    12566 15
    12566 15
    12566 15


    Is there some formula or macro that can assign the work taking in account the criteria I mentioned? Thanks.
    Attached Files Attached Files

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Assigning work

    One way:

    B
    M
    N
    O
    P
    Q
    1
    12
    9
    2
    Rep
    Jane
    Tom
    3
    Claim
    0.00
    0.00
    4
    12566
    Jane
    0.08
    0.00
    M4 and down: =INDEX($N$2:$O$2, MATCH(MIN(N3:O3), N3:O3, 0))
    5
    12566
    Tom
    0.08
    0.11
    N4 and across and down: =N3 + ($M4=N$2) / N$1
    6
    12566
    Jane
    0.17
    0.11
    7
    12566
    Tom
    0.17
    0.22
    8
    12566
    Jane
    0.25
    0.22
    9
    12566
    Tom
    0.25
    0.33
    10
    12566
    Jane
    0.33
    0.33
    11
    12566
    Jane
    0.42
    0.33
    12
    12566
    Tom
    0.42
    0.44
    13
    12566
    Jane
    0.50
    0.44
    14
    12566
    Tom
    0.50
    0.56
    15
    12566
    Jane
    0.58
    0.56
    16
    12566
    Tom
    0.58
    0.67
    17
    12566
    Jane
    0.67
    0.67
    18
    12566
    Jane
    0.75
    0.67
    19
    12566
    Tom
    0.75
    0.78
    20
    12566
    Jane
    0.83
    0.78
    21
    12566
    Tom
    0.83
    0.89
    22
    12566
    Jane
    0.92
    0.89
    23
    12566
    Tom
    0.92
    1.00
    24
    12566
    Jane
    1.00
    1.00
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Registered User
    Join Date
    05-23-2014
    MS-Off Ver
    2007
    Posts
    4

    Re: Assigning work

    When I entered the formula in M4 I am getting #N/A.

  4. #4
    Registered User
    Join Date
    04-01-2014
    Location
    Farmington, Michigan
    MS-Off Ver
    office 2010
    Posts
    4

    Re: Assigning work

    Index Formulas with array's need you to hit Ctrl+Shift+Enter. Try that it should work

  5. #5
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Assigning work

    See attached.
    Attached Files Attached Files

+ 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. Why adding button & assigning macro doesnt work as intended
    By SoulPrisoner in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-06-2013, 05:09 PM
  2. Replies: 4
    Last Post: 11-04-2011, 12:37 PM
  3. VBA being written to another work book assigning macro incorrectly
    By Michael Wise in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-21-2010, 08:33 AM
  4. Program for assigning work shift hours
    By frankiee in forum Excel General
    Replies: 1
    Last Post: 03-09-2006, 11:00 PM
  5. Creating New work sheets and assigning names automatically
    By paz24 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-01-2006, 08:50 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