cytochrome
New Member
- Joined
- Feb 8, 2017
- Messages
- 18
- Office Version
- 365
- Platform
- Windows
Hi there,
Just wondering what is the best way to accomplish this.
I have 6 columns of data.
What's the best way to rearrange/sort them to have it look like this?
Basically the conditions to match up are A&B against D&E. If there is a VBA that can arrange that it would be amazing.
Just wondering what is the best way to accomplish this.
I have 6 columns of data.
G1 | CA1 | 134 | G1 | CA1 | 134 |
G1 | CA2 | 112.15 | G1 | CA2 | 110 |
G2 | CA3 | 4264.2 | G3 | CA1 | 4264.2 |
G4 | CA3 | 12.98 | G4 | CA3 | 12 |
G5 | CA3 | 32.18 | G5 | CA4 | 32.18 |
G6 | CA4 | 46.25 | G6 | CA4 | 46.25 |
G7 | CA5 | 160.78 | G8 | CA5 | 1 |
G9 | CA9 | 1 | |||
G10 | CA10 | 2 |
What's the best way to rearrange/sort them to have it look like this?
G1 | CA1 | 134 | G1 | CA1 | 134 |
G1 | CA2 | 112.15 | G1 | CA2 | 110 |
G2 | CA3 | 4264.2 | |||
G3 | CA1 | 4264.2 | |||
G4 | CA3 | 12.98 | G4 | CA3 | 12 |
G5 | CA3 | 32.18 | G5 | CA4 | 32.18 |
G6 | CA4 | 46.25 | G6 | CA4 | 46.25 |
G7 | CA5 | 160.78 | |||
G8 | CA5 | 1 | |||
G9 | CA9 | 1 | |||
G10 | CA10 | 2 |
Basically the conditions to match up are A&B against D&E. If there is a VBA that can arrange that it would be amazing.