Hi,

I know this is probably really simple, but I keep on hitting brick walls and have tried numerous different ways, but here is what I am trying to do

I have one column with say

X
Y
Z

and I ask how many copies I want of each entry to the next column. I know how to ask for number of entries so if anyone uses any integer in the example that will do.

Therefore, if I ask for 2 copies - the next column will be
X
X
Y
Y
Z
Z

If I ask for 3 copies the next column will be
X
X
X
Y
Y
Y
Z
Z
Z

and the same pattern for any other integer.

Please any help will be appreciated.