I have a column of numbers
1
2
3
4
5
And I want to create a new column where each number is repeated a certain number of times (let's say 5 here, but for me, it will actually be 9 times)
1
1
1
1
1
2
2
2
2
2
etc...
This list is long to start with (600+), so I can't click and drag each entry. Is there anyway I can split cells vertically and have the contents copy into the new rows? Or any other suggestions?
Thanks