Here's an example:
[TABLE="width: 500"]
<tbody>[TR]
[TD]John[/TD]
[TD]apple[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]fridge[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]heart[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]pear[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]car[/TD]
[/TR]
[TR]
[TD]Steven[/TD]
[TD]soap[/TD]
[/TR]
[TR]
[TD]Steven[/TD]
[TD]display[/TD]
[/TR]
[TR]
[TD]Steven[/TD]
[TD]pen[/TD]
[/TR]
[TR]
[TD]Steven[/TD]
[TD]orange[/TD]
[/TR]
[TR]
[TD]Steven[/TD]
[TD]bee[/TD]
[/TR]
</tbody>[/TABLE]
I would like it to look like,
[TABLE="width: 500"]
<tbody>[TR]
[TD]John[/TD]
[TD]apple[/TD]
[TD]fridge[/TD]
[TD]heart[/TD]
[TD]pear[/TD]
[TD]Car[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Steven[/TD]
[TD]soap[/TD]
[TD]display[/TD]
[TD]pen[/TD]
[TD]orange[/TD]
[TD]bee[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
My sheet is mostly consisting of numbers, and there might be some "" blanks.
Any help (and explanation) would be greatly appreciated,
Regards!
[TABLE="width: 500"]
<tbody>[TR]
[TD]John[/TD]
[TD]apple[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]fridge[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]heart[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]pear[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]car[/TD]
[/TR]
[TR]
[TD]Steven[/TD]
[TD]soap[/TD]
[/TR]
[TR]
[TD]Steven[/TD]
[TD]display[/TD]
[/TR]
[TR]
[TD]Steven[/TD]
[TD]pen[/TD]
[/TR]
[TR]
[TD]Steven[/TD]
[TD]orange[/TD]
[/TR]
[TR]
[TD]Steven[/TD]
[TD]bee[/TD]
[/TR]
</tbody>[/TABLE]
I would like it to look like,
[TABLE="width: 500"]
<tbody>[TR]
[TD]John[/TD]
[TD]apple[/TD]
[TD]fridge[/TD]
[TD]heart[/TD]
[TD]pear[/TD]
[TD]Car[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Steven[/TD]
[TD]soap[/TD]
[TD]display[/TD]
[TD]pen[/TD]
[TD]orange[/TD]
[TD]bee[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
My sheet is mostly consisting of numbers, and there might be some "" blanks.
Any help (and explanation) would be greatly appreciated,
Regards!