is there a way?

A

alax

Hello i have a list with total counts i.e.


aaaa 5
bbbb 2
cccc 7


I want to be able to create a spreadsheet with a list like this

aaaa
aaaa
aaaa
aaaa
aaaa
bbbb
bbbb
cccc
cccc
cccc
cccc
cccc
cccc
cccc


is there an easy way to do this?

Thanks.
 
N

NHarkawat

Not a formula per se but a work around.
Assuming "aaaa" is on Col A and number of times in Col B copy this formula
in Col C
=IF($B1+3-COLUMN()<=0,"",$A1)
and copy across this on all the colums. (the upper liit however is 256
columns)
Coy this formula down against all the column of your data
Then using Copy--> transpose paste special you can get the output in rows.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top