I need to join a comma delimited list to a list that has the corresponding naming conventions. For example...
Table A - Starting from Cell A2
[TABLE="class: outer_border, width: 300"]
<tbody>[TR]
[TD]45,745[/TD]
[/TR]
[TR]
[TD]209,65,35[/TD]
[/TR]
[TR]
[TD]45,112,N60[/TD]
[/TR]
</tbody>[/TABLE]
Table B - Starting from Cell A2 (ID) & B2 (Name)
[TABLE="width: 166"]
<tbody>[TR]
[TD][TABLE="class: outer_border, width: 300"]
<tbody>[TR]
[TD]45[/TD]
[TD]Exam One[/TD]
[/TR]
[TR]
[TD]209[/TD]
[TD]Test Two[/TD]
[/TR]
[TR]
[TD]112[/TD]
[TD]Protocol[/TD]
[/TR]
[TR]
[TD]209[/TD]
[TD]Demo[/TD]
[/TR]
[TR]
[TD]35[/TD]
[TD]Prod[/TD]
[/TR]
[TR]
[TD]65[/TD]
[TD]Proof of Control[/TD]
[/TR]
[TR]
[TD]745[/TD]
[TD]Modality[/TD]
[/TR]
[TR]
[TD]N60[/TD]
[TD]Culture[/TD]
[/TR]
</tbody>[/TABLE]
My results in another column should be:
[TABLE="class: outer_border, width: 300"]
<tbody>[TR]
[TD]Exam One, Modality[/TD]
[/TR]
[TR]
[TD]Demo, Proof of Control, Prod[/TD]
[/TR]
[TR]
[TD]Exam One, Protocol, Culture[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Can this be done?
Table A - Starting from Cell A2
[TABLE="class: outer_border, width: 300"]
<tbody>[TR]
[TD]45,745[/TD]
[/TR]
[TR]
[TD]209,65,35[/TD]
[/TR]
[TR]
[TD]45,112,N60[/TD]
[/TR]
</tbody>[/TABLE]
Table B - Starting from Cell A2 (ID) & B2 (Name)
[TABLE="width: 166"]
<tbody>[TR]
[TD][TABLE="class: outer_border, width: 300"]
<tbody>[TR]
[TD]45[/TD]
[TD]Exam One[/TD]
[/TR]
[TR]
[TD]209[/TD]
[TD]Test Two[/TD]
[/TR]
[TR]
[TD]112[/TD]
[TD]Protocol[/TD]
[/TR]
[TR]
[TD]209[/TD]
[TD]Demo[/TD]
[/TR]
[TR]
[TD]35[/TD]
[TD]Prod[/TD]
[/TR]
[TR]
[TD]65[/TD]
[TD]Proof of Control[/TD]
[/TR]
[TR]
[TD]745[/TD]
[TD]Modality[/TD]
[/TR]
[TR]
[TD]N60[/TD]
[TD]Culture[/TD]
[/TR]
</tbody>[/TABLE]
My results in another column should be:
[TABLE="class: outer_border, width: 300"]
<tbody>[TR]
[TD]Exam One, Modality[/TD]
[/TR]
[TR]
[TD]Demo, Proof of Control, Prod[/TD]
[/TR]
[TR]
[TD]Exam One, Protocol, Culture[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Can this be done?