Hi
Can someone help please. I have this massive document to process and I wish to move data from one column like this:
[TABLE="width: 262"]
<colgroup><col></colgroup><tbody>[TR]
[TD]Infinity Auto Import[/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
[TR]
[TD]20 Puriri Street, New Lynn, Auckland[/TD]
[/TR]
[TR]
[TD]09 9512882[/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
[TR]
[TD]IV Cars[/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
[TR]
[TD]90 Portage Road, Otahuhu, Auckland[/TD]
[/TR]
[TR]
[TD]09 9512843[/TD]
[/TR]
[TR]
[TD]
To look like this in multiple columns:
Column A Columns B Column C
[TABLE="width: 562"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]Infinity Auto Import[/TD]
[TD]20 Puriri Street, New Lynn, Auckland [/TD]
[TD]09 9512882[/TD]
[/TR]
[TR]
[TD]IV Cars
[/TD]
[TD]90 Portage Road, Otahuhu, Auckland [/TD]
[TD]09 9512843
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 262"]
<colgroup><col></colgroup><tbody>[TR]
[TD][/TD]
[/TR]
[TR]
[TD]First column has business name
Second Column business address
Third Column Phone number
I tried the =offset command but couldnt get it to work[/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Can someone help please. I have this massive document to process and I wish to move data from one column like this:
[TABLE="width: 262"]
<colgroup><col></colgroup><tbody>[TR]
[TD]Infinity Auto Import[/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
[TR]
[TD]20 Puriri Street, New Lynn, Auckland[/TD]
[/TR]
[TR]
[TD]09 9512882[/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
[TR]
[TD]IV Cars[/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
[TR]
[TD]90 Portage Road, Otahuhu, Auckland[/TD]
[/TR]
[TR]
[TD]09 9512843[/TD]
[/TR]
[TR]
[TD]
To look like this in multiple columns:
Column A Columns B Column C
[TABLE="width: 562"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]Infinity Auto Import[/TD]
[TD]20 Puriri Street, New Lynn, Auckland [/TD]
[TD]09 9512882[/TD]
[/TR]
[TR]
[TD]IV Cars
[/TD]
[TD]90 Portage Road, Otahuhu, Auckland [/TD]
[TD]09 9512843
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 262"]
<colgroup><col></colgroup><tbody>[TR]
[TD][/TD]
[/TR]
[TR]
[TD]First column has business name
Second Column business address
Third Column Phone number
I tried the =offset command but couldnt get it to work[/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
</tbody>[/TABLE]