I have some player stats from two different tournaments that I'd like to display on a chart.
The source is two blocks of data, one row per player, and then 3 columns of hitting data and 3 columns of additional data, both having an additional % column to the right, so :
Player 5 | 10 | 5 | 1 | 40% | 7 | 3 | 2 | 19.4%
etc.
I'd like to show a graph, perhaps per player, indicating their trending over time.
It's been a while since I've worked with charts, so I need some guidance, but I'm sure this can be accomplished very easily...thanks!