Gohard
New member
- Joined
- Mar 27, 2019
- Messages
- 1
- Reaction score
- 0
- Points
- 0
- Excel Version(s)
- 365 ProPlus
Hello,
I am trying to create a query where data regarding fiscal years for the same customer will be visible in columns rather than rows. Here is example of kind of data I have:
And to be able to make Year over year calculation I would like to see this data in columns (example below):
Is it possible to do it within the query? I am just starting and am still struggling a bit. Example also attached.
View attachment example.xlsx
I am trying to create a query where data regarding fiscal years for the same customer will be visible in columns rather than rows. Here is example of kind of data I have:
Country | Customer | Fiscal year | Sales |
Austria | 123456 | 2018 | 5980 |
Austria | 123456 | 2019 | 598 |
Germany | 98745 | 2018 | 52222 |
Spain | 6545 | 2018 | 486 |
UK | 2561 | 2018 | 4 |
Austria | 58452 | 2018 | 8321 |
Austria | 54 | 2019 | 2 |
Germany | 948 | 2019 | 31 |
Country | Customer | 2018 | 2019 | YoY |
Austria | 123456 | 5980 | 598 | 2019/2018 |
Austria | 123456 | 2 | 12 | 2019/2018 |
Germany | 98745 | 2019/2018 |
Is it possible to do it within the query? I am just starting and am still struggling a bit. Example also attached.
View attachment example.xlsx