Dear All,
I have a column of data that contains addresses as a list. Some of these span 5 lines, some span 6, 7 etc. All are broken by a blank row however.
[TABLE="width: 211"]
<colgroup><col></colgroup><tbody>[TR]
[TD]Company A[/TD]
[/TR]
[TR]
[TD]Smith Road , The Square[/TD]
[/TR]
[TR]
[TD]Smith Street[/TD]
[/TR]
[TR]
[TD]London[/TD]
[/TR]
[TR]
[TD]W1 7EQ[/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
[TR]
[TD]Company B [/TD]
[/TR]
[TR]
[TD]Unit 11[/TD]
[/TR]
[TR]
[TD]Industrial Park Ltd. [/TD]
[/TR]
[TR]
[TD]Downton Street[/TD]
[/TR]
[TR]
[TD]Washington[/TD]
[/TR]
[TR]
[TD]West Sussex[/TD]
[/TR]
[TR]
[TD]RH20 4YB[/TD]
[/TR]
</tbody>[/TABLE]
I wish to transpose these so that I have a table type format rather than a list;
Company | Add 1 | etc.
Company A | Smith Road, The Square | etc.
Company B | Unit 11 | etc.
Aside from CTRL+C, Transpose for every address (list is about 6,000 rows) any idea how to do this?
All help appreciated!
Cheers.
I have a column of data that contains addresses as a list. Some of these span 5 lines, some span 6, 7 etc. All are broken by a blank row however.
[TABLE="width: 211"]
<colgroup><col></colgroup><tbody>[TR]
[TD]Company A[/TD]
[/TR]
[TR]
[TD]Smith Road , The Square[/TD]
[/TR]
[TR]
[TD]Smith Street[/TD]
[/TR]
[TR]
[TD]London[/TD]
[/TR]
[TR]
[TD]W1 7EQ[/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
[TR]
[TD]Company B [/TD]
[/TR]
[TR]
[TD]Unit 11[/TD]
[/TR]
[TR]
[TD]Industrial Park Ltd. [/TD]
[/TR]
[TR]
[TD]Downton Street[/TD]
[/TR]
[TR]
[TD]Washington[/TD]
[/TR]
[TR]
[TD]West Sussex[/TD]
[/TR]
[TR]
[TD]RH20 4YB[/TD]
[/TR]
</tbody>[/TABLE]
I wish to transpose these so that I have a table type format rather than a list;
Company | Add 1 | etc.
Company A | Smith Road, The Square | etc.
Company B | Unit 11 | etc.
Aside from CTRL+C, Transpose for every address (list is about 6,000 rows) any idea how to do this?
All help appreciated!
Cheers.