Forum Discussion
jcp1417
Oct 28, 2021Copper Contributor
Help With Consolidation Automation
I have what I hope is a relatively easy problem. It's basic stats compilation. A single player may play multiple years and multiple games in each year. After each game, I will enter the game's stats ...
Riny_van_Eekelen
Oct 28, 2021Platinum Contributor
jcp1417 Not sure where your summary data comes from and assume they are just examples. Use a pivot table off the "Single Game" data (made it into a structured table). Add scores at the bottom of the table (will automatically expand) and refresh the pivot table. Done!
See attached,
jcp1417
Oct 28, 2021Copper Contributor
Whoops, thanks for pointing out my data was wrong. When I set up the consolidation ranges, I was forgetting to delete the old one, so it was double counting. I've re-added the file with correct numbers.
I'm not sure if your pivot table is really what I needed. It works to sum up data, but if I have hundreds of games over 20 seasons with a dozen players per game, I cannot easily see the top 5 hitting seasons or the top 5 all time hits leaders
I'm not sure if your pivot table is really what I needed. It works to sum up data, but if I have hundreds of games over 20 seasons with a dozen players per game, I cannot easily see the top 5 hitting seasons or the top 5 all time hits leaders
- Riny_van_EekelenOct 28, 2021Platinum Contributor
jcp1417 Well, the pivot table summary provides the exact same result as your consolidation. You didn't mention "Top 5" before, but pivot tables can be sorted as well. So it becomes easier to see who are the best hitters. But why not upload something that resembles the real data (more years, more players, more games). And if you really have a lot of data, perhaps PowerQuery can help transforming it into something manageable. Can't tell until you clarify.