I've created a pivot table just to display the away teams played by the home team - the score and my ratings for both teams. However in some of the leagues Iam covering the teams play each other three or four times in a season.
At the moment the Pivot table will total all the games of say Celtic at home to Rangers and display totals - I can click on the expand button and see each individual game, but this ruins the at a glancability of the thing and that was the purpose of creating it.
Is there any way of getting the Pivot Table to show all the Celtic v Rangers games as individual matches with no total line.
1) Giving each match in your spreadsheet a match number (a2=a1+1 should be fine) then 2) Using the pivot report filter to give Home=Celtic, Away=Rangers 3) Have the row labels as match number, so each match would be listed with the values you require (likely home goals and away goals only if I've understood you correctly)
Think that works, messy though it is to start with.
There may well be a way.... could you cheat it by1) Giving each match in your spreadsheet a match number (a2=a1+1 should be fine)then 2) Using the pivot report filter to give Home=Celtic, Away=Rangers3) Have the row labels as match number, so each ma
Your first column of a table that you base your pivot table on needs to be unique values, so for the first column it pays to have a sequence number.
When you do your pivot table in the row data box, put that sequence header in first then directly below in the same box put in the team.
Alternatively before each team put in a number. ie ~ 1. Arsenal, 2. Arsenal. If your table has too many entries to do that manually use a helper column to concatenate the sequence number to the teams.
Your first column of a table that you base your pivot table on needs to be unique values, so for the first columnit pays to have a sequence number.When you do your pivot table in the row data box, put that sequence header in first then directly below