12 Players

Balcomie

New Member
Joined
Sep 19, 2013
Messages
30
I have a group of 12 player in column A1 to A12 and have them numbered 1 to 12 in Column B - Looking to play golf in 3 teams of 4 over 6 days. Mixing the Guy's up so they get a chance to play with all the other Team Players (if possible)

I have selected Column D to indicate Day 1 to 6 and Columns E,F,G & H to select the Players.

Here is the snag - On the way to the games each Player will be allocated a Number 1 to 12 which he will keep and by use of a Matrix the Teams will be mixed up accordingly.

So what I am thinking is if I can get a Formula where I can "Say" select Day 1 Players 12, 5, 3 & 1 in the first game I put their allocated number in Cell E1 (12) F1 (5) G1 (3) H1 (1) and their Names appear instead of the number. Is this possible

I would welcome any suggestion :mad:
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
Based on the layout you said you have, this formula should get what you need.

Code:
 =VLOOKUP(E2,$A1:$B4,2,FALSE)

[TABLE="class: grid, width: 320"]
<tbody>[TR]
[TD="width: 64"]Number[/TD]
[TD="width: 64"]12[/TD]
[TD="width: 64"]5[/TD]
[TD="width: 64"]3[/TD]
[TD="width: 64"]1[/TD]
[/TR]
[TR]
[TD]Name[/TD]
[TD]Tom[/TD]
[TD]Brody[/TD]
[TD]Harry[/TD]
[TD]Steve[/TD]
[/TR]
</tbody>[/TABLE]


HTH
 
Upvote 0

Forum statistics

Threads
1,223,227
Messages
6,170,848
Members
452,361
Latest member
d3ad3y3

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