The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
May 10, 2018 07:18 AM
I have a sheet called fixtures and it is filtered into seasons, each entry represents one match and has players listed that played in a match. I want to be able to count how many times a player appeared in a each season. Any ideas? The seasons are currently identified by a ‘single-select’, and each fixture is numbered individually regardless of season.
May 10, 2018 10:45 AM
Hi @Sam_McDonnell,
Are the players linked to - and listed in - another table? If that’s the case, that will make it a lot easier.
Greetz,
André
May 10, 2018 01:20 PM
Hi @Andre_Zijlstra , yes all the players link to another table.
May 11, 2018 10:34 AM
Hi @Sam_McDonnell,
I tested 2 tables (Fixtures and Players) of an imaginary u11 team. 7 players are on the Staring VII and 3 are subs. It would look like this:
Fixtures:
Players:
Count fields give you the number a player is selected in Starting VII and Subs.
A formula field adds up both the Count fields. And added to this, at the bottom you see numbers that:
Regards,
André
May 11, 2018 01:54 PM
@Andre_Zijlstra thanks, that’s very similar to what I have. The main difference is I have 13 seasons of fixtures with each season identified by a single select field. I’m looking to count players appearances by season, any ideas?
May 11, 2018 10:37 PM
The easiest way would probably be to create a formula field per season / for the starting players and a formula field per season for the subs. Something like this:
Of course you would need a field to identify the season.
Formula for the start squad:
In the table where you find the players, you need Rollup fields (per season, start, sub).
For the starting players:
For the subs:
And that will like like this:
Of course you may choose the option to create a view per season. In that view you can hide the fields that contain data of other seasons.
Hopefully that will work for you!
Greetz,
André
May 14, 2018 07:41 AM
Thanks @Andre_Zijlstra, that looks like the route I should be pursuing. One difference is I have 11 fields for the different starters rather than linking them all in the same field. I’m sure there’s a work around for this. Thanks again for your help.
May 14, 2018 09:58 PM
Are those 11 fields related to the positions on the field? In other words, do you bring a sub into a position or just one player for another?
May 15, 2018 12:50 AM
I just have three additional fields for the subs, and discount any subs who were not brought on.
Regards,
Sam