Corsair 115
Penultimate Amazing
- Joined
- Apr 18, 2007
- Messages
- 14,519
I asked for some Excel help here before, and the resident Excel gurus were wonderfully helpful. So, I thought I'd try again. Here's a situation that seems like might be a challenge to sort out (it is for me certainly!). 
I have a column with several rows of unique text entries in it. In another column I want to duplicate each of those unique rows of text from the first column a specified number of times in sequence. Below is an example of what I mean. The left column shows the starting point, and the right column is what I want the result to look like.
In the example, each row entry from the first column is being duplicated three times in the second column in the same order as the first column. Any solution needs to be flexible since the starting column may have any number of starting rows, and the number of duplications in the result column might be any number.
As far as I can tell, there's no direct formula answer to this. It looks like it's going to require some intermediary steps. But what those steps are I have no idea. I'm stumped. Any and all help appreciated...
I have a column with several rows of unique text entries in it. In another column I want to duplicate each of those unique rows of text from the first column a specified number of times in sequence. Below is an example of what I mean. The left column shows the starting point, and the right column is what I want the result to look like.
Code:
Atlanta Atlanta
Boston Atlanta
Chicago Atlanta
Boston
Boston
Boston
Chicago
Chicago
Chicago
As far as I can tell, there's no direct formula answer to this. It looks like it's going to require some intermediary steps. But what those steps are I have no idea. I'm stumped. Any and all help appreciated...