PorcupineGuy
New Member
- Joined
- Nov 10, 2022
- Messages
- 2
- Office Version
- 365
- Platform
- Windows
- MacOS
- Mobile
- Web
Hello all,
I took a quick peek around the forum and found something similar to what I want, but not quite: VBA: Look at column A, Paste all combination pairs into B & C
What I am looking for is:
The output in columns C and D will have the numbers rows = [number of rows in A]*[number of rows in B] -- so for the example above, since column A has 3 rows and column B has 5 rows, columns C and D will be 15 rows in total.
Thanks in advance!
I took a quick peek around the forum and found something similar to what I want, but not quite: VBA: Look at column A, Paste all combination pairs into B & C
What I am looking for is:
A | B | C | D |
Org1 | ID1 | Org1 | ID1 |
Org2 | ID2 | Org1 | ID2 |
Org3 | ID3 | Org1 | ID3 |
ID4 | Org1 | ID4 | |
ID5 | Org1 | ID5 | |
Org2 | ID1 | ||
Org2 | ID2 | ||
Org2 | ID3 | ||
Org2 | ID4 | ||
Org2 | ID5 | ||
Org3 | ID1 | ||
Org3 | ID2 | ||
Org3 | ID3 | ||
Org3 | ID4 | ||
Org3 | ID5 | ||
The output in columns C and D will have the numbers rows = [number of rows in A]*[number of rows in B] -- so for the example above, since column A has 3 rows and column B has 5 rows, columns C and D will be 15 rows in total.
Thanks in advance!