SOLVED
Convert Column Values to Rows
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
timioluwatimi
5 - Atom
‎11-22-2021
09:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I have a table that looks like the above. How do I convert the columns after "Value4" into rows so it looks like the below.
My actual data is 9800 rows * 1500 columns
Solved! Go to Solution.
Labels:
- Labels:
- Developer
2 REPLIES 2
15 - Aurora
‎11-22-2021
09:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Could you please share the data instead of the screen shot ?
It will help us to give you the solution 🙂
Best Regards,
16 - Nebula
‎11-22-2021
10:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Attached is a sample workflow that should be able to help.
First, transpose your data, grouping by state and county. This way, all of the values are in the same column. From here, filter out the null rows then use a multi-row formula tool to number the rows for each state/county combo 1-4. Finally you can use a cross tab tool to get the values back into different columns.
