SOLVED
Formatting columns into rows by matching with each entry
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
dianastate
6 - Meteoroid
05-23-2023
03:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
- The columns headers: date and the corresponding retail week.
- The rows names: partner name and the 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.
1 REPLY 1
FrederikE
13 - Pulsar
05-23-2023
05:04 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hey @dianastate,
This should work. I separate the headers and then rejoin them as their own columns. Then the transpose is quite simple.
