optimize schedule by equally dividing people over two groups

lukas14

New Member
Joined
Jun 9, 2013
Messages
1
Hello,

I am trying to divide 11 people over two lines in 15 days (with group rotation possible every 3 days only). What I mean with 'equal' in this case is that every employee gets to work the same number of days (optimally) with any of the other employees. Below is an example of how this schedule looks like.

ABC
37LineLine 2
38Day 1ABCEHDFGIJK
39Day 2ABCEHDFGIJK
40Day 3ABCEHDFGIJK
41Day 4ACGHIKBDEFJ
42Day 5ACGHIKBDEFJ
43Day 6ACGHIKBDEFJ
44Day 7ABEGIJDCFHK
45Day 8ABEGIJDCFHK
46Day 9ABEGIJDCFHK
47Day 10ACEIJKBDFGH
48Day 11ACEIJKBDFGH
49Day 12ACEIJKBDFGH
50Day 13ADFHJBCEGI
51Day 14ADFHJBCEGI
52Day 15ADFHJBCEGI

<colgroup><col><col><col><col></colgroup><thead>
</thead><tbody>
</tbody>
Sheet1



I thought by calculating the number of times that a specific combination of two employees would occur (by using COUNTIFS in a 11 by 11 matrix), I would be able to adjust the schedule manually by trial and error until the numbers in the matrix below would be as close together as I can get (only multiples of three possible). While trying to optimize the schedule I figured there might be a much easier way to optimize this schedule.

JKLM
37ABC
38A69
39B66
40C96

<colgroup><col><col><col><col><col></colgroup><thead>
</thead><tbody>
</tbody>
Sheet1



Help would be much appreciated

Excel 2010
Windows 7 enterprise
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December

Forum statistics

Threads
1,215,972
Messages
6,128,011
Members
449,414
Latest member
sameri

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top