Dr. Demento
Well-known Member
- Joined
- Nov 2, 2010
- Messages
- 618
- Office Version
- 2019
- 2016
- Platform
- Windows
Good morning!
Forgive me, but I don't remember the difference between permutations and combinations, so hopefully my explanation points in the proper direction.
I have two ordered lists (NORTH|SOUTH|EAST|WEST) and (N|S|E|W) and I want to make a listing of all permutations/combinations?? substituting N for NORTH, S for SOUTH, etc. The order of the values is fixed as shown.
For example, if I start with the first row, I want all possible perms/combos with both the full word and the abbreviation, as shown with the next four lines.
|-------|-------|-------|-------|
| NORTH | SOUTH | EAST | WEST |
|-------|-------|-------|-------|
| N | SOUTH | EAST | WEST |
|-------|-------|-------|-------|
| N | S | EAST | WEST |
|-------|-------|-------|-------|
| N | S | E | WEST |
|-------|-------|-------|-------|
| N | S | E | W |
|-------|-------|-------|-------|
This is just a partial example; I was trying to manually jam this out and kept getting screwed up.
Any help would be much appreciated.
Thanks y'all.
Forgive me, but I don't remember the difference between permutations and combinations, so hopefully my explanation points in the proper direction.
I have two ordered lists (NORTH|SOUTH|EAST|WEST) and (N|S|E|W) and I want to make a listing of all permutations/combinations?? substituting N for NORTH, S for SOUTH, etc. The order of the values is fixed as shown.
For example, if I start with the first row, I want all possible perms/combos with both the full word and the abbreviation, as shown with the next four lines.
|-------|-------|-------|-------|
| NORTH | SOUTH | EAST | WEST |
|-------|-------|-------|-------|
| N | SOUTH | EAST | WEST |
|-------|-------|-------|-------|
| N | S | EAST | WEST |
|-------|-------|-------|-------|
| N | S | E | WEST |
|-------|-------|-------|-------|
| N | S | E | W |
|-------|-------|-------|-------|
This is just a partial example; I was trying to manually jam this out and kept getting screwed up.
Any help would be much appreciated.
Thanks y'all.