I need to make an excel spreadsheet to replicate a word or phrase in a cell by a given number. ie
================================================
sheet 1: INPUT
column 1 Column 2
word frequency
table 5
chair 2
kitchen setting 3
================================================
sheet 2: OUTPUT
column 1
table
table
table
table
table
chair
chair
kitchen setting
kitchen setting
kitchen setting
================================================
I was talking to a mate and he said I will need to develop a macro to do this. However the frequency is essentially a counter. So you could just say for counter = 1 to frequency; cell below = cell.
could this be done?
Please help! I have no excel programming skills so am not sure where to start or the approach I should take. Thanks
================================================
sheet 1: INPUT
column 1 Column 2
word frequency
table 5
chair 2
kitchen setting 3
================================================
sheet 2: OUTPUT
column 1
table
table
table
table
table
chair
chair
kitchen setting
kitchen setting
kitchen setting
================================================
I was talking to a mate and he said I will need to develop a macro to do this. However the frequency is essentially a counter. So you could just say for counter = 1 to frequency; cell below = cell.
could this be done?
Please help! I have no excel programming skills so am not sure where to start or the approach I should take. Thanks