I have below data in column A, in this string suffixed with data like "(12345/A76D7YF)". I need numeric and alphanumeric character in two different columns. Please note that customer names before above section may also contain (, ) and /. Uniqueness of column A is that after the last open bracket "(", the required numeric and alphanumeric data comes which may help is building any logic/VBA code
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]
<colgroup><col width="97"></colgroup><tbody>
[TD="class: xl66, width: 97"]JAMES WALKER (614726/ 8CZNISNS )
[/TD]
</tbody>[/TD]
[TD]8CZNISNS
[/TD]
[TD]614726
[/TD]
[/TR]
[TR]
[TD]
<colgroup><col width="97"></colgroup><tbody>
[TD="class: xl66, width: 97"]ABC Ltd (306521476/ 3BAX80ZJ )
[/TD]
</tbody>[/TD]
[TD]3BAX80ZJ
[/TD]
[TD]306521476
[/TD]
[/TR]
[TR]
[TD]
<colgroup><col width="97"></colgroup><tbody>
[TD="class: xl66, width: 97"]Woodside/Ltd (3953084/ MZ0QR1LJ )
[/TD]
</tbody>[/TD]
[TD]MZ0QR1LJ
[/TD]
[TD]3953084
[/TD]
[/TR]
[TR]
[TD]
<colgroup><col width="97"></colgroup><tbody>
[TD="class: xl66, width: 97"]Smiths) Ltd (467578/ A3RJ67K3K )
[/TD]
</tbody>[/TD]
[TD]A3RJ67K3K
[/TD]
[TD]467578
[/TD]
[/TR]
[TR]
[TD][TABLE="width: 97"]
<colgroup><col width="97"></colgroup><tbody>[TR]
[TD="class: xl66, width: 97"](Highland/YUYU(5961944/2GN4E1U8)
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]2GN4E1U8
[/TD]
[TD]5961944
[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]
<colgroup><col width="97"></colgroup><tbody>
[TD="class: xl66, width: 97"]JAMES WALKER (614726/ 8CZNISNS )
[/TD]
</tbody>
[TD]8CZNISNS
[/TD]
[TD]614726
[/TD]
[/TR]
[TR]
[TD]
<colgroup><col width="97"></colgroup><tbody>
[TD="class: xl66, width: 97"]ABC Ltd (306521476/ 3BAX80ZJ )
[/TD]
</tbody>
[TD]3BAX80ZJ
[/TD]
[TD]306521476
[/TD]
[/TR]
[TR]
[TD]
<colgroup><col width="97"></colgroup><tbody>
[TD="class: xl66, width: 97"]Woodside/Ltd (3953084/ MZ0QR1LJ )
[/TD]
</tbody>
[TD]MZ0QR1LJ
[/TD]
[TD]3953084
[/TD]
[/TR]
[TR]
[TD]
<colgroup><col width="97"></colgroup><tbody>
[TD="class: xl66, width: 97"]Smiths) Ltd (467578/ A3RJ67K3K )
[/TD]
</tbody>
[TD]A3RJ67K3K
[/TD]
[TD]467578
[/TD]
[/TR]
[TR]
[TD][TABLE="width: 97"]
<colgroup><col width="97"></colgroup><tbody>[TR]
[TD="class: xl66, width: 97"](Highland/YUYU(5961944/2GN4E1U8)
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]2GN4E1U8
[/TD]
[TD]5961944
[/TD]
[/TR]
</tbody>[/TABLE]