Hi Community!
I have a fun one here, but have no idea how to go about it. Any clues much appreciated!
I'm making a work assignment for a team of 3, based on how many days each employee will be in the office that week. Each row is one piece of work that needs to be assigned out.
Rule1: If ID-Loc-Order has duplicates, that particular group must be assigned to the same person
Rule2: runningTotalAssigned can't exceed workloadAssigned, or exceeds as little as possible in order to accommodate Rule1 first.


I filled in the "sample idea output" manually....I don't know how to:
STEP 1: iteratively assign
STEP 2: ensure that no one was assigned too much work
Thanks so much for taking a look!
Gina