Hi everyone, I am trying to change the following data into a pivot table. I am totally lost on how to do this. Any ideas? I have attached the book1 file where there is a raw data format and the desired output file. If someone can help, I will be highly appreciative. Thanks, Sri
Raw data:
| Income statement | Jan | | | Feb | | | Mar | | |
| | | ARS | AUD | BGL | ARS | AUD | BGL | ARS | AUD | BGL |
| A010T-Total Vehicle Sales -- Dealers | - | - | - | - | - | - | - | - | - |
| A011T-Total DH&D | - | - | - | - | - | - | - | - | - |
| A012-Dealer Margin Holdbacks | - | - | - | - | - | - | - | - | - |
| A015-Other Revenue Reductions | - | - | - | - | - | - | - | - | - |
| | | | | | - | - | - | - | - | - |
The desired format is like a pivot table
| Time | Account line | Currency |
| Jan 2017 | A010T-Total Vehicle Sales -- Dealers | ARS |
| Jan 2017 | A011T-Total DH&D | ARS |
| Jan 2017 | A012-Dealer Margin Holdbacks | AUD |
| Jan 2017 | A015-Other Revenue Reductions | AUD |
| Jan 2017 | A020-Vehicle Sales -- Outside | AUD |
| - | - | - |
| Feb 2016 | A010T-Total Vehicle Sales -- Dealers | ARS |
| Feb 2017 | A011T-Total DH&D | ARS |
| Feb 2018 | A012-Dealer Margin Holdbacks | ARS |