Hello, I am trying to convert some data currently exported as below:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Order Number[/TD]
[TD]SKU[/TD]
[TD]Price[/TD]
[/TR]
[TR]
[TD]Order1[/TD]
[TD]sku1,sku2[/TD]
[TD]$1,$2[/TD]
[/TR]
[TR]
[TD]Order2[/TD]
[TD]sku3,sku4[/TD]
[TD]$1,$2[/TD]
[/TR]
</tbody>[/TABLE]
We need this transformed in excel into something like the below:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Order Number[/TD]
[TD]SKU[/TD]
[TD]Price[/TD]
[/TR]
[TR]
[TD]Order1[/TD]
[TD]sku1[/TD]
[TD]$1[/TD]
[/TR]
[TR]
[TD]Order1[/TD]
[TD]sku2[/TD]
[TD]$2[/TD]
[/TR]
[TR]
[TD]Order2[/TD]
[TD]sku3[/TD]
[TD]$1[/TD]
[/TR]
[TR]
[TD]Order2[/TD]
[TD]sku4[/TD]
[TD]$2[/TD]
[/TR]
</tbody>[/TABLE]
Any help would be greatly appreciated!
Thanks!
[TABLE="width: 500"]
<tbody>[TR]
[TD]Order Number[/TD]
[TD]SKU[/TD]
[TD]Price[/TD]
[/TR]
[TR]
[TD]Order1[/TD]
[TD]sku1,sku2[/TD]
[TD]$1,$2[/TD]
[/TR]
[TR]
[TD]Order2[/TD]
[TD]sku3,sku4[/TD]
[TD]$1,$2[/TD]
[/TR]
</tbody>[/TABLE]
We need this transformed in excel into something like the below:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Order Number[/TD]
[TD]SKU[/TD]
[TD]Price[/TD]
[/TR]
[TR]
[TD]Order1[/TD]
[TD]sku1[/TD]
[TD]$1[/TD]
[/TR]
[TR]
[TD]Order1[/TD]
[TD]sku2[/TD]
[TD]$2[/TD]
[/TR]
[TR]
[TD]Order2[/TD]
[TD]sku3[/TD]
[TD]$1[/TD]
[/TR]
[TR]
[TD]Order2[/TD]
[TD]sku4[/TD]
[TD]$2[/TD]
[/TR]
</tbody>[/TABLE]
Any help would be greatly appreciated!
Thanks!