rickylanders
New Member
- Joined
- Jun 24, 2015
- Messages
- 3
Hello,
I have a list of locations and a list of units. I need a way to make it so that each location has a the same list of units.
For example:
Units List: a, b, c, d, e, f
Location list: 1, 2, 3, 4, 5
Need it to look like this:
1 a
1 b
1 c
1 d
1 e
1 f
2 a
2 b
2 c
2 d
2 e
2 f
etc.
I have a list of locations and a list of units. I need a way to make it so that each location has a the same list of units.
For example:
Units List: a, b, c, d, e, f
Location list: 1, 2, 3, 4, 5
Need it to look like this:
1 a
1 b
1 c
1 d
1 e
1 f
2 a
2 b
2 c
2 d
2 e
2 f
etc.