I have tried many different ways to separate the house number from the street name:
=(right) function with 'find' number
text to columns
replacing 'street' with 'address,' etc so I could separate by the ',' but there is so many variables.
Does anybody have an easy way to separate the house number from the street name in the below fictinary sample:
[TABLE="width: 195"]
<colgroup><col></colgroup><tbody>[TR]
[TD]HIGH ROAD NORTH 51
[/TD]
[/TR]
[TR]
[TD]HIGH ROAD NORTH 51
[/TD]
[/TR]
[TR]
[TD]WESTFIED ROAD 26
[/TD]
[/TR]
[TR]
[TD]TYNE CLOSE 12
[/TD]
[/TR]
[TR]
[TD]TYNE CLOSE 18
[/TD]
[/TR]
[TR]
[TD]TYNE CLOSE 31
[/TD]
[/TR]
[TR]
[TD]TYNE CLOSE 32
[/TD]
[/TR]
[TR]
[TD]BANFORD CLOSE 1
[/TD]
[/TR]
[TR]
[TD]BANFORD CLOSE 24
[/TD]
[/TR]
[TR]
[TD]WILLIS AVENUE 3
[/TD]
[/TR]
[TR]
[TD]WILLIS AVENUE 9
[/TD]
[/TR]
[TR]
[TD]WILLIS AVENUE 15
[/TD]
[/TR]
[TR]
[TD]WILLIS AVENUE 17
[/TD]
[/TR]
[TR]
[TD]WILLIS AVENUE 24
[/TD]
[/TR]
[TR]
[TD]WILLIS AVENUE 33
[/TD]
[/TR]
[TR]
[TD]WILLIS AVENUE 34
[/TD]
[/TR]
</tbody>[/TABLE]
...
Many Thanks in advance
=(right) function with 'find' number
text to columns
replacing 'street' with 'address,' etc so I could separate by the ',' but there is so many variables.
Does anybody have an easy way to separate the house number from the street name in the below fictinary sample:
[TABLE="width: 195"]
<colgroup><col></colgroup><tbody>[TR]
[TD]HIGH ROAD NORTH 51
[/TD]
[/TR]
[TR]
[TD]HIGH ROAD NORTH 51
[/TD]
[/TR]
[TR]
[TD]WESTFIED ROAD 26
[/TD]
[/TR]
[TR]
[TD]TYNE CLOSE 12
[/TD]
[/TR]
[TR]
[TD]TYNE CLOSE 18
[/TD]
[/TR]
[TR]
[TD]TYNE CLOSE 31
[/TD]
[/TR]
[TR]
[TD]TYNE CLOSE 32
[/TD]
[/TR]
[TR]
[TD]BANFORD CLOSE 1
[/TD]
[/TR]
[TR]
[TD]BANFORD CLOSE 24
[/TD]
[/TR]
[TR]
[TD]WILLIS AVENUE 3
[/TD]
[/TR]
[TR]
[TD]WILLIS AVENUE 9
[/TD]
[/TR]
[TR]
[TD]WILLIS AVENUE 15
[/TD]
[/TR]
[TR]
[TD]WILLIS AVENUE 17
[/TD]
[/TR]
[TR]
[TD]WILLIS AVENUE 24
[/TD]
[/TR]
[TR]
[TD]WILLIS AVENUE 33
[/TD]
[/TR]
[TR]
[TD]WILLIS AVENUE 34
[/TD]
[/TR]
</tbody>[/TABLE]
...
Many Thanks in advance