Hi,
Im trying to see if its possible to build a macro with the scenario mentioned below:
We have 3 people (Person A, B, and C). All have different set of apples that are each uniquely barcoded that need to be evenly distributed into 6 baskets. When it comes to uneven numbers divisible by 6, they need to be added back into one of the other baskets (in others words, would restart the count OR basket 1 & 2 would get two apples from Person B); can't have part of an apple.
Person A = 6 Apples
Person B = 8 Apples
Person C = 24 Apples
The goal would be to filter at the column for basket '1' and I would get all of the listed assigned apples from each person.
Im trying to see if its possible to build a macro with the scenario mentioned below:
We have 3 people (Person A, B, and C). All have different set of apples that are each uniquely barcoded that need to be evenly distributed into 6 baskets. When it comes to uneven numbers divisible by 6, they need to be added back into one of the other baskets (in others words, would restart the count OR basket 1 & 2 would get two apples from Person B); can't have part of an apple.
Person A = 6 Apples
Person B = 8 Apples
Person C = 24 Apples
The goal would be to filter at the column for basket '1' and I would get all of the listed assigned apples from each person.