I am having an issue extracting data from a column that I have. I need the city of the customer in a new column. The column that I already have is as so:
[TABLE="width: 340"]
<tbody>[TR]
[TD="width: 340"]US315310 - SENSICAL SOLON OH
[TABLE="width: 340"]
<tbody>[TR]
[TD="width: 340"]US318310 - DKM-AD ART BUFFALO NY[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
US500190 - STANDARD RUBBER PRODUCTS CO ELKGROVE VILLAGE IL
[TABLE="width: 340"]
<tbody>[TR]
[TD="width: 340"]US525260 - CORTAPE INC CUYAHOGA FALLS OH
I would like to have the results as below
Solon [/TD]
[/TR]
[TR]
[TD="width: 340"]Buffalo [/TD]
[/TR]
</tbody>[/TABLE]
ELkgrove Village
Cuyahoga Falls
Obviously the sole use of left right and mid don't work here as the number of digits is always varying.
[TABLE="width: 340"]
<tbody>[TR]
[TD="width: 340"]US315310 - SENSICAL SOLON OH
[TABLE="width: 340"]
<tbody>[TR]
[TD="width: 340"]US318310 - DKM-AD ART BUFFALO NY[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
US500190 - STANDARD RUBBER PRODUCTS CO ELKGROVE VILLAGE IL
[TABLE="width: 340"]
<tbody>[TR]
[TD="width: 340"]US525260 - CORTAPE INC CUYAHOGA FALLS OH
I would like to have the results as below
Solon [/TD]
[/TR]
[TR]
[TD="width: 340"]Buffalo [/TD]
[/TR]
</tbody>[/TABLE]
ELkgrove Village
Cuyahoga Falls
Obviously the sole use of left right and mid don't work here as the number of digits is always varying.