[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD="align: center"][/TD]
[TD="align: center"]A[/TD]
[TD="align: center"]B[/TD]
[/TR]
[TR]
[TD="align: center"]1[/TD]
[TD="align: center"]Part Number
[/TD]
[TD="align: center"]Name
[/TD]
[/TR]
[TR]
[TD="align: center"]2[/TD]
[TD]ABC123[/TD]
[TD]C1,C2,C3,C15[/TD]
[/TR]
[TR]
[TD="align: center"]3[/TD]
[TD]XYZ321[/TD]
[TD]J1[/TD]
[/TR]
[TR]
[TD="align: center"]4[/TD]
[TD]IJK100[/TD]
[TD]L1,L2[/TD]
[/TR]
</tbody>[/TABLE]
Hello,
I have data like the table above (with many more rows and longer names) and I need to break the Name column so that each name is separate with the Part Number listed next to it. An example of what I want to produce is shown below. Any help would be greatly appreciated!
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD="align: center"]A[/TD]
[TD="align: center"]B[/TD]
[/TR]
[TR]
[TD="align: center"]1[/TD]
[TD="align: center"]Part Number
[/TD]
[TD="align: center"]Name
[/TD]
[/TR]
[TR]
[TD="align: center"]2[/TD]
[TD]ABC123[/TD]
[TD]C1[/TD]
[/TR]
[TR]
[TD="align: center"]3[/TD]
[TD]ABC123[/TD]
[TD]C2[/TD]
[/TR]
[TR]
[TD="align: center"]4[/TD]
[TD]ABC123[/TD]
[TD]C3[/TD]
[/TR]
[TR]
[TD="align: center"]5[/TD]
[TD]ABC123[/TD]
[TD]C15[/TD]
[/TR]
[TR]
[TD="align: center"]6[/TD]
[TD]XYZ321[/TD]
[TD]J1[/TD]
[/TR]
[TR]
[TD="align: center"]7[/TD]
[TD]IJK100[/TD]
[TD]L1[/TD]
[/TR]
[TR]
[TD="align: center"]8[/TD]
[TD]IJK100[/TD]
[TD]L2[/TD]
[/TR]
</tbody>[/TABLE]
<tbody>[TR]
[TD="align: center"][/TD]
[TD="align: center"]A[/TD]
[TD="align: center"]B[/TD]
[/TR]
[TR]
[TD="align: center"]1[/TD]
[TD="align: center"]Part Number
[/TD]
[TD="align: center"]Name
[/TD]
[/TR]
[TR]
[TD="align: center"]2[/TD]
[TD]ABC123[/TD]
[TD]C1,C2,C3,C15[/TD]
[/TR]
[TR]
[TD="align: center"]3[/TD]
[TD]XYZ321[/TD]
[TD]J1[/TD]
[/TR]
[TR]
[TD="align: center"]4[/TD]
[TD]IJK100[/TD]
[TD]L1,L2[/TD]
[/TR]
</tbody>[/TABLE]
Hello,
I have data like the table above (with many more rows and longer names) and I need to break the Name column so that each name is separate with the Part Number listed next to it. An example of what I want to produce is shown below. Any help would be greatly appreciated!
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD="align: center"]A[/TD]
[TD="align: center"]B[/TD]
[/TR]
[TR]
[TD="align: center"]1[/TD]
[TD="align: center"]Part Number
[/TD]
[TD="align: center"]Name
[/TD]
[/TR]
[TR]
[TD="align: center"]2[/TD]
[TD]ABC123[/TD]
[TD]C1[/TD]
[/TR]
[TR]
[TD="align: center"]3[/TD]
[TD]ABC123[/TD]
[TD]C2[/TD]
[/TR]
[TR]
[TD="align: center"]4[/TD]
[TD]ABC123[/TD]
[TD]C3[/TD]
[/TR]
[TR]
[TD="align: center"]5[/TD]
[TD]ABC123[/TD]
[TD]C15[/TD]
[/TR]
[TR]
[TD="align: center"]6[/TD]
[TD]XYZ321[/TD]
[TD]J1[/TD]
[/TR]
[TR]
[TD="align: center"]7[/TD]
[TD]IJK100[/TD]
[TD]L1[/TD]
[/TR]
[TR]
[TD="align: center"]8[/TD]
[TD]IJK100[/TD]
[TD]L2[/TD]
[/TR]
</tbody>[/TABLE]