Forum Discussion
Issues carrying table/data over to different sheet with matching.
Ok, I was able to get the pivot table together, but it is forcing a formula in the data columns instead of just listing the issue. I think it may be due to the setup of my Set column, which describes the Set # but the number of sets at to complete for each prescribed rep, load, etc. (I posted the data below):
Scheme Name | Sets1 | Rep1 | Load1 | Tempo1 | Rest1 | Reps Achieved1 |
OBA_Strength_1_Primary | 1 | 5 | 0.75 | 30x1 | 60-120s | 0 |
OBA_Strength_1_Primary | 2 | 3 | 80%-85% | 30x1 | 90-120s | 0 |
OBA_Strength_1_Primary | 2 | 1-2 | 85%-90% | 20x1 | 120-180s | 0 |
OBA_Strength_1_Primary | 1 | RM Test | 0 | 0 | 0 | 0 |
OBA_Strength_1_Assisting | 1 | 15 | 0.55 | 31x1 | 90s | 0 |
OBA_Strength_1_Assisting | 1 | 10 | 0.65 | 31x1 | 90s | 0 |
OBA_Strength_1_Assisting | 0 | 0 | 0 | 0 | 0 | 0 |
As a result, I'm getting this on my pivot table:
Row Labels Sum of Sets1, Count of Rep1, Count of Load1, Count of Tempo1, Count of Rest1, Sum of Reps Achieved
OBA_Strength_1_Assisting | 2 | 3 | 3 | 3 | 3 | 0 |
OBA_Strength_1_Primary | 6 | 4 | 4 | 4 | 4 | 0 |
Is there a way to adjust this without having to # each Set as 1, 2, 3, 4, 5?
tylrp910 For this purpose, you don't need to have any of your fields in the Values area of the Field List pane for the PivotTable.
Do the following:
1. Drag the fields from the Values are to the Rows area. The Values area should be empty since you don't need to calculate anything.
2. Go to the Design tab of the ribbon, and choose Subtotals > Do not show.
3. Choose Grand Totals > Off for Rows and Columns.
4. On the PivotTable Analyze tab, click the "+/- Buttons" button to hide all the buttons.
5. Adjust the alignment of the cells so it looks the way you want.
Also, you can attach files to these discussions by clicking on the "Open full text editor" link.