I'm imagining/hoping this is a stupid question, but here goes... I have a large table of sports data including, among others, the following columns:
DATE | YEAR | NAME | GOALS | ASSISTS
I've created a pivot table using NAME and YEAR as the Rows and Assists as the Value. I've been able to sort the list such that i have a list of names sorted by descending values for assists in a single year. Unfortunately, names are missing. For example, Jane Smith is listed in second place with 60 assists, but not shown again even though she should place 4th as well with 51.
I hope this makes some sense and that I've missed some simple pivot table magic. Any advice is appreciated.
DATE | YEAR | NAME | GOALS | ASSISTS
I've created a pivot table using NAME and YEAR as the Rows and Assists as the Value. I've been able to sort the list such that i have a list of names sorted by descending values for assists in a single year. Unfortunately, names are missing. For example, Jane Smith is listed in second place with 60 assists, but not shown again even though she should place 4th as well with 51.
I hope this makes some sense and that I've missed some simple pivot table magic. Any advice is appreciated.