SOLVED
What would be the best way to flip/switch rows and columns?
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
psean
5 - Atom
‎08-16-2018
01:38 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Let's say my data looks like this:
a b c d
a b c d
a b c d
a b c d
How do I convert it to look like this?
a a a a
b b b b
c c c c
d d d d
Thanks,
Solved! Go to Solution.
Labels:
- Labels:
- Best Practices
3 REPLIES 3
GarthMiles
7 - Meteor
‎08-16-2018
01:46 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎08-16-2018
02:06 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks!
wanwan
5 - Atom
‎03-14-2021
10:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks very much, very helpful!
