Hi!
I would need your help with this problem:
I have an excel file that I want to automate using Alteryx. The file contains the daily forecast, per partner, per country.
Date | e.g. Day 1 | e.g. Day 2 | e.g. Day 3 | |
Retail Week | e.g.1 | e.g. 2 | e.g. 3 | |
Partner | Country | Forecast | Forecast | Forecast |
e.g. Tesla | e.g. UK | e.g. 111 | e.g. 123 | e.g. 134 |
I need a workflow which transpose the dates into rows, and matches the partner, country and retail week data, with the corresponding date:
Date | Retail Week | Partner | Country | Forecast |
e.g. Day 1 | e.g.1 | e.g. Tesla | e.g. UK | e.g. 111 |
e.g. Day 2 | e.g. 2 | e.g. Tesla | e.g. UK | e.g. 123 |
I have attached the input excel file and a screenshot with the desired output.
Thank you a lot! 😁
Solved! Go to Solution.
Hey @dianastate,
This should work. I separate the headers and then rejoin them as their own columns. Then the transpose is quite simple.