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:
<tbody>
</tbody>
expected Format:
<tbody>
</tbody>
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:
John | Mike | Jose |
Bill | Tom | Dave |
<tbody>
</tbody>
expected Format:
John |
Bill |
Mike |
Tom |
Jose |
Dave |
<tbody>
</tbody>
Regards
KG