Looking for a simple solution (hopefully) for the following:
I have a data sheet(see below) which has rows of players consisting of several columns of info on each player.
one of the columns indicates which team# each player belongs to.
In a separate team sheet(see below) I would like to specify the team# in the first column in the row followed by each team member in adjacent columns.
Data Sheet:
status team# jersey# first_name last_name stat1 stat2 stat3...
OK 1 4 test1_f test1_l x x x
OK 1 5 test2_f test2_l x x x
OK 1 6 test3_f test3_l x x x
OK 2 6 test4_f test4_l x x x
OK 2 7 test5_f test5_l x x x
OK 1 8 test6_f test6_l x x x
OK 3 4 test7_f test7_l x x x
OK 2 4 test8_f test8_l x x x
OK 3 6 test9_f test9_l x x x
Team Sheet: (to look like)
Team# Player#1 Player#2 Player#3 Player#4
1 test1_f test1_l test2_f test2_l test31_f test3_l test6_f test6_l
2 test4_f test4_l test5_f test5_l test81_f test8_l
3 test7_f test7_l test9_f test9_l
Any help would be greatly appreciated.
I have a data sheet(see below) which has rows of players consisting of several columns of info on each player.
one of the columns indicates which team# each player belongs to.
In a separate team sheet(see below) I would like to specify the team# in the first column in the row followed by each team member in adjacent columns.
Data Sheet:
status team# jersey# first_name last_name stat1 stat2 stat3...
OK 1 4 test1_f test1_l x x x
OK 1 5 test2_f test2_l x x x
OK 1 6 test3_f test3_l x x x
OK 2 6 test4_f test4_l x x x
OK 2 7 test5_f test5_l x x x
OK 1 8 test6_f test6_l x x x
OK 3 4 test7_f test7_l x x x
OK 2 4 test8_f test8_l x x x
OK 3 6 test9_f test9_l x x x
Team Sheet: (to look like)
Team# Player#1 Player#2 Player#3 Player#4
1 test1_f test1_l test2_f test2_l test31_f test3_l test6_f test6_l
2 test4_f test4_l test5_f test5_l test81_f test8_l
3 test7_f test7_l test9_f test9_l
Any help would be greatly appreciated.