How to transform manually created table into Alteryx friendly input
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi All,
I would like to transform a manually created table in Excel (Backup.xlsx) into a simple machine readable table (Output needed.xlsx) that can be used by Alteryx for further processing. Both files are attached below. Any help would be highly appreciated. Thanks a lot in advance!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
The simplest way is have 2 data inputs from the same file and sheet.
1) import the information from row 9 onwards. and perform sumarises and selects to format
2) imoort the same sheet from e2 to b5 to get the date and fx rates, then append them to the section 1
let me know if that helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi Aatalai,
Thank you for your reply! The date and fx rate date should be easy to add as they are the same for all the rows.
How can we transpose the Project, Name headers to the columns?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@Nickolay is that from row 3 or row 7? I would import it from there and then use select record to remove unwanted rows/sample tool and set skip the first n rows. Let me know if that helps?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Yes, it helped. I managed to get what I wanted. Thanks a lot!
