Hi all,
I have a list in excel that looks similar to this:
[TABLE="width: 500"]
<tbody>[TR]
[TD]ROBBY[/TD]
[/TR]
[TR]
[TD]18205[/TD]
[/TR]
[TR]
[TD]19206[/TD]
[/TR]
[TR]
[TD]GEORGE[/TD]
[/TR]
[TR]
[TD]16573[/TD]
[/TR]
[TR]
[TD]ANDERSON[/TD]
[/TR]
[TR]
[TD]23456[/TD]
[/TR]
[TR]
[TD]26752[/TD]
[/TR]
[TR]
[TD]47658[/TD]
[/TR]
</tbody>[/TABLE]
I am trying to get the list so that it looks as follows:
[TABLE="width: 500"]
<tbody>[TR]
[TD]ROBBY[/TD]
[/TR]
[TR]
[TD]ROBBY[/TD]
[/TR]
[TR]
[TD]ROBBY[/TD]
[/TR]
[TR]
[TD]GEORGE[/TD]
[/TR]
[TR]
[TD]GEORGE[/TD]
[/TR]
[TR]
[TD]ANDERSON[/TD]
[/TR]
[TR]
[TD]ANDERSON[/TD]
[/TR]
[TR]
[TD]ANDERSON[/TD]
[/TR]
[TR]
[TD]ANDERSON[/TD]
[/TR]
</tbody>[/TABLE]
I was thinking I could try and remove all the numbers and then do a formula to fill the text down until it reaches the next filled cell. Anyone know how to do this or if there is an easier way? Thanks!
I have a list in excel that looks similar to this:
[TABLE="width: 500"]
<tbody>[TR]
[TD]ROBBY[/TD]
[/TR]
[TR]
[TD]18205[/TD]
[/TR]
[TR]
[TD]19206[/TD]
[/TR]
[TR]
[TD]GEORGE[/TD]
[/TR]
[TR]
[TD]16573[/TD]
[/TR]
[TR]
[TD]ANDERSON[/TD]
[/TR]
[TR]
[TD]23456[/TD]
[/TR]
[TR]
[TD]26752[/TD]
[/TR]
[TR]
[TD]47658[/TD]
[/TR]
</tbody>[/TABLE]
I am trying to get the list so that it looks as follows:
[TABLE="width: 500"]
<tbody>[TR]
[TD]ROBBY[/TD]
[/TR]
[TR]
[TD]ROBBY[/TD]
[/TR]
[TR]
[TD]ROBBY[/TD]
[/TR]
[TR]
[TD]GEORGE[/TD]
[/TR]
[TR]
[TD]GEORGE[/TD]
[/TR]
[TR]
[TD]ANDERSON[/TD]
[/TR]
[TR]
[TD]ANDERSON[/TD]
[/TR]
[TR]
[TD]ANDERSON[/TD]
[/TR]
[TR]
[TD]ANDERSON[/TD]
[/TR]
</tbody>[/TABLE]
I was thinking I could try and remove all the numbers and then do a formula to fill the text down until it reaches the next filled cell. Anyone know how to do this or if there is an easier way? Thanks!
Last edited: