good morning! I have a list on a worksheet (Registration) that contains information in the table below: (there are 4 people per hole) this spreadsheet will eventually have 40 holes or so, and 400ish people.
P R S W X AB AC AG AH
[TABLE="width: 500"]
<tbody>[TR]
[TD]Hole[/TD]
[TD]First Name[/TD]
[TD]Last Name[/TD]
[TD]First Name[/TD]
[TD]Last Name[/TD]
[TD]First Name[/TD]
[TD]Last Name[/TD]
[TD]First Name[/TD]
[TD]Last Name[/TD]
[/TR]
[TR]
[TD]1A[/TD]
[TD]bob[/TD]
[TD]smith[/TD]
[TD]dog[/TD]
[TD]cat[/TD]
[TD]one[/TD]
[TD]two[/TD]
[TD]three[/TD]
[TD]four[/TD]
[/TR]
[TR]
[TD]1B[/TD]
[TD]susan[/TD]
[TD]bobby[/TD]
[TD]sign[/TD]
[TD]here[/TD]
[TD]aw[/TD]
[TD]eel[/TD]
[TD]bug[/TD]
[TD]rug[/TD]
[/TR]
</tbody>[/TABLE]
I have another worksheet called "standings sheet" that i want displayed like this:
A B C D
[TABLE="width: 500"]
<tbody>[TR]
[TD]1A[/TD]
[TD]bob smith[/TD]
[TD]1B[/TD]
[TD]susan bobby[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]dog cat[/TD]
[TD][/TD]
[TD]sign here[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]one two[/TD]
[TD][/TD]
[TD]aw eel[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]three four[/TD]
[TD][/TD]
[TD]bug rug[/TD]
[/TR]
</tbody>[/TABLE]
is there a formula out there that'll find "1A" on the registration sheet, and display the 4 names, vertically on the standings sheet? Additionally, (if possible), i'd like the standing sheet to update the names, if the holes change on the registration sheet.
P R S W X AB AC AG AH
[TABLE="width: 500"]
<tbody>[TR]
[TD]Hole[/TD]
[TD]First Name[/TD]
[TD]Last Name[/TD]
[TD]First Name[/TD]
[TD]Last Name[/TD]
[TD]First Name[/TD]
[TD]Last Name[/TD]
[TD]First Name[/TD]
[TD]Last Name[/TD]
[/TR]
[TR]
[TD]1A[/TD]
[TD]bob[/TD]
[TD]smith[/TD]
[TD]dog[/TD]
[TD]cat[/TD]
[TD]one[/TD]
[TD]two[/TD]
[TD]three[/TD]
[TD]four[/TD]
[/TR]
[TR]
[TD]1B[/TD]
[TD]susan[/TD]
[TD]bobby[/TD]
[TD]sign[/TD]
[TD]here[/TD]
[TD]aw[/TD]
[TD]eel[/TD]
[TD]bug[/TD]
[TD]rug[/TD]
[/TR]
</tbody>[/TABLE]
I have another worksheet called "standings sheet" that i want displayed like this:
A B C D
[TABLE="width: 500"]
<tbody>[TR]
[TD]1A[/TD]
[TD]bob smith[/TD]
[TD]1B[/TD]
[TD]susan bobby[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]dog cat[/TD]
[TD][/TD]
[TD]sign here[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]one two[/TD]
[TD][/TD]
[TD]aw eel[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]three four[/TD]
[TD][/TD]
[TD]bug rug[/TD]
[/TR]
</tbody>[/TABLE]
is there a formula out there that'll find "1A" on the registration sheet, and display the 4 names, vertically on the standings sheet? Additionally, (if possible), i'd like the standing sheet to update the names, if the holes change on the registration sheet.