Jan 12, 2018 01:38 AM
I have 11 columns of linked records (a football team lineup), with a player in each slot of each column. Is it possible to calculate how many times the same name appears in all the columns in total in the separate linked players sheet?
Jan 12, 2018 10:11 AM
Hi Sam!
Some ideas:
Hope this helps!
Jan 14, 2018 12:55 PM
I’m not sure I understand your situation, but take a look at this base and see if I’m anywhere close. In it I’ve used a linked [Players]
table to populate slots in a [Teams]
table. (I stopped after 4, assuming the other 7 should work the same way.) I then used COUNTA({Team 1},{Team 2},{Team 3},{Team 4})
to count how many times each player’s name can be found linked to teams.
——but that just seems too easy, so I suspect I’ve missed something. Let me know, and I’ll give it another whack.
Jan 15, 2018 12:50 AM
Thanks, this is what I’ve been trying at the moment with the individual count fields. Just feels like there should be an easier way.
Jan 15, 2018 12:51 AM
Thanks Elias, I’ll experiment with the joining table and see if it helps.