I have a long list of words:
e.g.:
apple
pear
banana
peach
and I want to expand the list to look like this for instance:
apple
apple
apple
apple
apple
pear
pear
pear
pear
pear
banana
banana
banana
banana
banana
peach
peach
peach
peach
peach
Now this may be easy for such a small number of words but my list is over 10,000 long and i need to expand each word about 50 times.... the other problem is that i need to keep them in the order they are in now...i cant use alphabetical sorting (which is where my problem comes in). What is a good formula to use to do this? Thanks
Bookmarks