I would like to take the before spreadsheet and turn it into the after. I am guessing Transform and Cross Tab will be used but i have been unsuccessful.
I need to pivot off all the fields in rows 1, 2 and 3 except field XYZ_00.
Before:
| | | PQ_01 | RS_07 | XYZ_00 | |
| | | Budget | Budget | Budget | Budget |
| | | Mar | Jun | Sep | Dec |
ABCD1234 | GH123 | 149,745.75 | 0 | 167,132.70 | 0 |
After
| | | | | | | XYZ_00 |
Mar | Budget | RS_07 | PQ_01 | ABCD1234 | GH123 | 149745.8 |
Jun | Budget | RS_07 | PQ_01 | ABCD1234 | GH123 | 0 |
Sep | Budget | RS_07 | PQ_01 | ABCD1234 | GH123 | 167132.7 |
Dec | Budget | RS_07 | PQ_01 | ABCD1234 | GH123 | 0 |
Thanks for any help that can be provided.