mrpolyglot
New Member
- Joined
- Apr 15, 2014
- Messages
- 3
Hello,
Try as I might, I cannot perform the following task.
I have a 3-column table with 5 rows of data:
Column A, Column B, Column C
2, 14, 29
7, 8, 16
3, 34, 27
18, 1, 5
1, 19, 4
I need to reorder the above data such that the data would appear in Column D and Column E as follows:
Column D, Column E
2, 14
7, 8
3, 34
18, 1
1, 19
14, 29
8, 16
34, 27
1, 5
19, 4
Your help is greatly appreciated. Thank you in advance.
Try as I might, I cannot perform the following task.
I have a 3-column table with 5 rows of data:
Column A, Column B, Column C
2, 14, 29
7, 8, 16
3, 34, 27
18, 1, 5
1, 19, 4
I need to reorder the above data such that the data would appear in Column D and Column E as follows:
Column D, Column E
2, 14
7, 8
3, 34
18, 1
1, 19
14, 29
8, 16
34, 27
1, 5
19, 4
Your help is greatly appreciated. Thank you in advance.