+ Reply to Thread
Results 1 to 2 of 2

Algorithm to prevent cherry picking

Hybrid View

  1. #1
    Registered User
    Join Date
    07-15-2010
    Location
    Tampa FL
    MS-Off Ver
    Typically Latest Version
    Posts
    6

    Algorithm to prevent cherry picking

    I need some help with coding an algorithm that will be able to decide the order of work. For example:

    I have 5 people that review files. But not all files are created equal. Some are easy to review. Some are very hard. The objective to balance the workload such that everyone ends up with a balanced number of hard records. Right now, people are cherry picking the easy records.

    There are hundreds of files that come in every month, and the order in which they come in is random.

    So I need the system to track who is due to review the next hard file.

    I would like to be able to type in the ”File Type” into the first cell and then the next cell would auto-populate the recommended person to take that next file based on it’s difficulty level and who already has done a difficult review.

    I know how to do vlookup and such. I just do not know how to teach a cell to assign the record based on the two variables of “difficulty level” and “who is next to get a difficult record”

    File Type Difficulty Level*
    File Type A 1
    File Type B 1
    File Type C 2
    File Type D 1
    File Type E 2
    File Type F 1
    File Type G 2
    File Type H 1


    * 1 Easy, 2 Hard


    Any help appreciated.

  2. #2
    Forum Expert Logit's Avatar
    Join Date
    12-23-2012
    Location
    North Carolina
    MS-Off Ver
    Excel 2019 Professional Plus - 2007 Enterprise
    Posts
    7,015

    Re: Algorithm to prevent cherry picking

    .
    The following uses this formula :
    {=IFERROR(IF($E$2>=COLUMNS($A$1:A1),INDEX($B$3:$B$102,(ROWS($A$1:A1))*$E$2-($E$2-COLUMNS($A$1:A1))),""),"")}
    NOTE: the formula is entered using CTRL / SHIFT / ENTER


    Resource : https://www.get-digital-help.com/spl...array-formula/

+ 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. Prevent Picking Same File Twice
    By scantor145 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 03-14-2018, 01:28 PM
  2. Prevent button sending e mail and prevent closure of spreadsheet
    By Robbosan in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-15-2018, 11:22 AM
  3. [SOLVED] Vlookup – Picking up first date and then picking up second date if there is one.
    By CranstonWatts in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 11-21-2012, 11:32 AM
  4. algorithm help
    By david90 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 10-30-2012, 10:33 AM
  5. cherry mae here!
    By larvitar in forum Hello..Introduce yourself
    Replies: 2
    Last Post: 06-04-2012, 02:05 AM
  6. WAP for given algorithm
    By newguy59 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 06-15-2011, 07:11 AM
  7. Macro for...If column C equals "Cherry", copy and paste it to column E
    By duugg in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 03-24-2009, 05:34 PM

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