Relative values, grouping them evenly

DrunkenPanda

New Member
Joined
Mar 16, 2017
Messages
4
Hey, guys.(y)
So, obviously, I stumbled upon something that I can't seem to figure out myself.
I googled, read and watched a lot. But this problem seems to be a bit too specific to find a solution on web.

80 items. Each item has a different "value" relative to each other. I want to put them in 10 evenly distributed groups.
For simplicity purpose, let's make that 6 items and 2 groups.
ABCDEF
A6981725686
B5963819992
C5860528682
D7683968581
E5852997068
F10072698277

<tbody>
</tbody>

Honestly. My only idea so far was to make every combination possible and then compare. Not only is even that too hard for me but it also would have an enormous amount of possibilities.
In actuality - the items would be players, groups would be teams, values would be how they value each other.
It would be a google spreadsheet, so VBA is a no-no.

Frankly, I don't expect a solution, but any idea will be appreciated. ;)
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.

Forum statistics

Threads
1,216,110
Messages
6,128,895
Members
449,477
Latest member
panjongshing

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