12 Players

Balcomie

New Member
Joined
Sep 19, 2013
Messages
26
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

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
Based on the layout you said you have, this formula should get what you need.

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

Number12531
NameTomBrodyHarrySteve

<tbody>
</tbody>


HTH
 
Upvote 0

Forum statistics

Threads
1,216,160
Messages
6,129,215
Members
449,493
Latest member
JablesFTW

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