I have a pivot table that I need to create a second table from. I need the pivot table results to be moved from a vertical format to a horizontal format in the second table. Can this be done with a formula or macro? I do not want to transpose. See my example below. Thx
PIVOT TABLE DATA:
1 | 25 |
5 | 12 |
5 | 26 |
17 | 10 |
30 | 11 |
30 | 17 |
30 | 21 |
30 | 45 |
30 | 50 |
HORIZONTAL TABLE RESULTS
1 | 25 | | | | |
5 | 12 | 26 | | | |
17 | 30 | | | | |
30 | 11 | 17 | 21 | 45 | 50 |
PIVOT TABLE DATA:
1 | 25 |
5 | 12 |
5 | 26 |
17 | 10 |
30 | 11 |
30 | 17 |
30 | 21 |
30 | 45 |
30 | 50 |
HORIZONTAL TABLE RESULTS
1 | 25 | | | | |
5 | 12 | 26 | | | |
17 | 30 | | | | |
30 | 11 | 17 | 21 | 45 | 50 |