Smiler2018
New Member
- Joined
- Sep 15, 2018
- Messages
- 2
I have a list of no’s and I want to be able to create a list for each line in my table
E.g
Branch, sub dept, start no, end no
1234, 1, 5, 9
4567, 3, 45, 55
8734, 7, 23, 35
Etc
So I need an output of
1234.1.5
1234.1.6 ...until 9
Then I need it to read the next row and repeat etc
4567.3.45
4567.3.46
Hope this makes sense
E.g
Branch, sub dept, start no, end no
1234, 1, 5, 9
4567, 3, 45, 55
8734, 7, 23, 35
Etc
So I need an output of
1234.1.5
1234.1.6 ...until 9
Then I need it to read the next row and repeat etc
4567.3.45
4567.3.46
Hope this makes sense