Using a number to generate a name

Bruce at Pubdarts

New Member
Joined
Feb 19, 2025
Messages
2
Office Version
  1. 2013
Platform
  1. Windows
Hi,
i run various darts events & each week we do a random draw to assign a number of players to a board, the up coming event has a lot of longer or more difficult names to spell & during the draw there isn't much time for me to type them in.
we have 60 players & those registered keep their registration number for the length of the event, the registration list is on a different tab to the game tab but are on the same excel sheet so my question is..
can i link the pages so when i type any number 1to 60 in column A the name will appear in column B as per the list in the other tab?

been trying Vlookup & Xlookup but i cant seent to get it to work.. any help would be much appreciated.

Bruce
p.s. can upload an image but sheet 1 has numbers 1 to 60 in column A & a list of names against those numbers in column B what i need is to type the drawn number in column a sheet 2 & the respective name to appear in column B on sheet 2.
 
Welcome to the Forum!

VLOOKUP and XLOOKUP (if you have moved up from Excel 2013 and it's available?) should both work:

Book3
ABC
1Player #VLOOKUPXLOOKUP
23CC
37GG
Sheet2
Cell Formulas
RangeFormula
B2:B3B2=VLOOKUP(A2,Sheet1!A$2:B$11,2,)
C2:C3C2=XLOOKUP(A2,Sheet1!A$2:A$11,Sheet1!B$2:B$11)


AB
1NoName
21A
32B
43C
54D
65E
76F
87G
98H
109I
1110J
Sheet1


(In both cases, I have used an exact match on player number, rather than relying on the player numbers being all there and sorted correctly.
 
Upvote 0
Welcome to the Forum!

VLOOKUP and XLOOKUP (if you have moved up from Excel 2013 and it's available?) should both work:

Book3
ABC
1Player #VLOOKUPXLOOKUP
23CC
37GG
Sheet2
Cell Formulas
RangeFormula
B2:B3B2=VLOOKUP(A2,Sheet1!A$2:B$11,2,)
C2:C3C2=XLOOKUP(A2,Sheet1!A$2:A$11,Sheet1!B$2:B$11)


AB
1NoName
21A
32B
43C
54D
65E
76F
87G
98H
109I
1110J
Sheet1


(In both cases, I have used an exact match on player number, rather than relying on the player numbers being all there and sorted correctly.
Thank you for your reply, I shall give it a go today to see if I can make it work, the players numbers are always in order but the players names are not alphabetical this is why I was going with the number changing to a name, will update if I'm successful using your method ;)
Bruce
 
Upvote 0

Forum statistics

Threads
1,226,795
Messages
6,193,047
Members
453,772
Latest member
aastupin

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