When I started this two days ago I thought this would be easy, well that was my first mistake.
Range A1:A6 is populated with a valid list, the options are 1 to 6. so the initial set up is A1=1, A2=2.................A6=6.
In the ajacent column (B1:B6) are six names
If I change the value in column A from say 2 to 4 I woud like the system to balance & sort itself and the names into the new heirarchy
1 - Mark 1 - Mark 1 - Mark
2 - Kate 4 - Kate 2 - John
3 - John 3 - John 3 - Mike
4 - Mike 4 - Mike 4 - Kate
5 - Mary 5 - Mary 5 - Mary
6 - Jane 6 - Jane 6 - Jane
I've tried adding & subtracting total values, there are too many ways to add to 21, Ive tried various For Each, For Next loops & bubble sorts all without sucess.
I've seached the forum, but phrasing the right question is very difficult.
Any help would be fantastic, thanks
Mike
PS
This is NOT homework this is a real project of mine I just using replacement junk data for obvious reasons.
Range A1:A6 is populated with a valid list, the options are 1 to 6. so the initial set up is A1=1, A2=2.................A6=6.
In the ajacent column (B1:B6) are six names
If I change the value in column A from say 2 to 4 I woud like the system to balance & sort itself and the names into the new heirarchy
1 - Mark 1 - Mark 1 - Mark
2 - Kate 4 - Kate 2 - John
3 - John 3 - John 3 - Mike
4 - Mike 4 - Mike 4 - Kate
5 - Mary 5 - Mary 5 - Mary
6 - Jane 6 - Jane 6 - Jane
I've tried adding & subtracting total values, there are too many ways to add to 21, Ive tried various For Each, For Next loops & bubble sorts all without sucess.
I've seached the forum, but phrasing the right question is very difficult.
Any help would be fantastic, thanks
Mike
PS
This is NOT homework this is a real project of mine I just using replacement junk data for obvious reasons.