Arranging Data
- 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
I have a set of data in which I am needing it to be displayed horizontally instead of vertically so I end up with just 1 name per line. For example, currently John is listed 3 times with each subject and grade, but I want this information displayed all on 1 row.
Solved! Go to Solution.
- Labels:
- Help
- 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
Here you go, thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @KmbrlyPC
Here is how you can do it.
Workflow:
1. Using muti-row formula tool I am creating sub id. This will be used for identifying as subject(1), subject(2) etc
2. Using Transpose tool to convert subject and grade to rows.
3. Using formula tool to create column order. I,e while using crosstab columns are always arranged in ascending order. And creating new name as subject(1), subject(2) etc
4. Using crosstab to converting into table.
5. Using dynamic rename to rename the column name.
Hope this helps : )
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
It worked beautifully, thank you!
