Hello All,
I have a column of seat (arena) data. The data contains section numbers and rows. I want to extract the section numbers into 1 column and the row (letters) into another column.
Here's an example of my data set:
[TABLE="width: 368"]
<colgroup><col></colgroup><tbody>[TR]
[TD]104 BB[/TD]
[/TR]
[TR]
[TD]103 & 105 BB[/TD]
[/TR]
[TR]
[TD]104 CC[/TD]
[/TR]
[TR]
[TD]103 & 105 CC / 104 DD[/TD]
[/TR]
[TR]
[TD]103 & 105 DD / 107 BB / 106 & 102 BB, CC[/TD]
[/TR]
[TR]
[TD]103 & 105 FWA - FWC
There is no consistency in the formatting so I don't believe I can do "text to column." I'm also going to need to clean up the data after I separate the numbers and the letters.
[/TD]
[/TR]
</tbody>[/TABLE]
I have a column of seat (arena) data. The data contains section numbers and rows. I want to extract the section numbers into 1 column and the row (letters) into another column.
Here's an example of my data set:
[TABLE="width: 368"]
<colgroup><col></colgroup><tbody>[TR]
[TD]104 BB[/TD]
[/TR]
[TR]
[TD]103 & 105 BB[/TD]
[/TR]
[TR]
[TD]104 CC[/TD]
[/TR]
[TR]
[TD]103 & 105 CC / 104 DD[/TD]
[/TR]
[TR]
[TD]103 & 105 DD / 107 BB / 106 & 102 BB, CC[/TD]
[/TR]
[TR]
[TD]103 & 105 FWA - FWC
There is no consistency in the formatting so I don't believe I can do "text to column." I'm also going to need to clean up the data after I separate the numbers and the letters.
[/TD]
[/TR]
</tbody>[/TABLE]