Hi all,
I have a list in excel that looks similar to this:
<tbody>
ROBBY
18205
19206
GEORGE
16573
ANDERSON
23456
26752
47658
</tbody>
I am trying to get the list so that it looks as follows:
<tbody>
ROBBY
ROBBY
ROBBY
GEORGE
GEORGE
ANDERSON
ANDERSON
ANDERSON...