Multiple rows of data to columns
- 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, I've tried searching with no luck,
I have an awful looking set of data which looks something like the left where sets of data repeat every three lines.
I've got to the point where I have an index column that repeats itself with Record ID and a formula which uses Mod([RecordID]-1,3)=1.
However I can't wrap my head around how to use this repeating index of 1-3 to spread out horizontally from the current data.
The actual data has repeating sets of data which stretch 16 columns and 3 rows.
Thank you in advance and happy new year everyone.
Solved! Go to Solution.
- Labels:
- Datasets
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Can you provide the .xlsx instead of an image?
Alteryx ACE
https://www.linkedin.com/in/calvintangkw/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Just did, thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi, @IH
FYI.
Input | ||||||||
A | B | C | ||||||
Age | Gender | Ethnicity | ||||||
ID | Weight | Eyecolor | ||||||
Name | Height | Interests | ||||||
35 | Male | Asian | ||||||
brad123 | 72 | Brown | ||||||
Brad | 180 | Football | ||||||
27 | Male | Caucasian | ||||||
riley345 | 80 | Blue | ||||||
Riley | 190 | Basketball | ||||||
Output | ||||||||
Age | Gender | Ethnicity | ID | Weight | Eyecolor | Name | Height | Interests |
35 | Male | Asian | brad123 | 72 | Brown | Brad | 180 | Football |
27 | Male | Caucasian | riley345 | 80 | Blue | Riley | 190 | Basketball |
******
If can help you get your want, please mark it as a solution and give a like for more share.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@flying008- That's an excellent tool!
Also, building off of @caltang's, here is another variant for the solution:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you so much, this tool solved the task like it's nothing.
Hope you have a wonderful day.
