mike.magill
New member
- Joined
- Jan 24, 2017
- Messages
- 6
- Reaction score
- 0
- Points
- 0
- Excel Version(s)
- 2016
I have a table with a list of items and an integer against each item. I want to create a separate table with multiple rows for each item according to the integer and each row numbered (i.e)
Initial table
item A, 3
item B, 4
New table
item A, 1
item A, 2
item A, 3
item B, 1
item B, 2
item B, 3
item B, 4
Can anyone help? I know I should you List.Generate but can't work out the syntax
Initial table
item A, 3
item B, 4
New table
item A, 1
item A, 2
item A, 3
item B, 1
item B, 2
item B, 3
item B, 4
Can anyone help? I know I should you List.Generate but can't work out the syntax