Can some of you gurus please solve my fill down issue. I've try to solve this few hours and now my brain hurts 
I have lot of data in column B. I need to copy the first cell and paste content to next ones before empty cell.
Replacing xxx with the data in first cell all the way to the end of column B.
<tbody>
</tbody>
<tbody>
</tbody>
Thanks.
I have lot of data in column B. I need to copy the first cell and paste content to next ones before empty cell.
Replacing xxx with the data in first cell all the way to the end of column B.
Before: | After : |
<tbody>
</tbody>
123-1 | 123-1 |
xxx | 123-1 |
123-2 | 123-2 |
xxx | 123-2 |
xxx | 123-2 |
321-1 | 321-1 |
xxx | 321-1 |
xxx | 321-1 |
xxx | 321-1 |
<tbody>
</tbody>
Thanks.