Hi, so I have a huge table.

On the top row, I have a list of team names in each column.

On the first column, I have a list of player names.

In the body of the table, if a player is part of a team, I placed a number. Players can be in multiple teams.

Anyhow, now that this is done, is there a way that I can somehow create a list where, for each player, I can see which teams he/she is within?

Thanks.