Hi guys, I am looking to create a player database to count number of appearances by players over a period of time. For example Match Player 1 Player 2 Player 3 Player 4 Player 5 1 Smith Jones Brown Thomas Kerr 2 Smith Jones Brown Thomas Kerr 3 Smith Jones Brown Thomas Kerr 4 Smith Jones Brown Thomas Kerr 5 Smith Kerr Brown Thomas Phillips So for instance Kerr has made 5 appearances but in different positions whereas Jones has made 4 appearances all in the same position. I want to be able to loop through each position ( 5 in this scenario) to check how many appearances each person has made. Any help would be appreciated. Thanks, Paul
... View more