Hi Folks
I have a requirement where multiple rows to be placed in a single column one below another. The Rows&columns are dynamic(need not be the same number of rows and columns). Is there anyway we can do this with the help of a Macro/Formula? with my current knowledge its apart from my reach.. Appreciate any help!! thanks in advance.
raw dump:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]John[/TD]
[TD]Mike[/TD]
[TD]Jose[/TD]
[/TR]
[TR]
[TD]Bill[/TD]
[TD]Tom[/TD]
[TD]Dave[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
expected Format:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]John
[/TD]
[/TR]
[TR]
[TD]Bill[/TD]
[/TR]
[TR]
[TD]Mike[/TD]
[/TR]
[TR]
[TD]Tom[/TD]
[/TR]
[TR]
[TD]Jose[/TD]
[/TR]
[TR]
[TD]Dave[/TD]
[/TR]
</tbody>[/TABLE]
Regards
KG
I have a requirement where multiple rows to be placed in a single column one below another. The Rows&columns are dynamic(need not be the same number of rows and columns). Is there anyway we can do this with the help of a Macro/Formula? with my current knowledge its apart from my reach.. Appreciate any help!! thanks in advance.
raw dump:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]John[/TD]
[TD]Mike[/TD]
[TD]Jose[/TD]
[/TR]
[TR]
[TD]Bill[/TD]
[TD]Tom[/TD]
[TD]Dave[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
expected Format:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]John
[/TD]
[/TR]
[TR]
[TD]Bill[/TD]
[/TR]
[TR]
[TD]Mike[/TD]
[/TR]
[TR]
[TD]Tom[/TD]
[/TR]
[TR]
[TD]Jose[/TD]
[/TR]
[TR]
[TD]Dave[/TD]
[/TR]
</tbody>[/TABLE]
Regards
KG