Hi, I have the following data in excel and am looking for a way to split it out into seperate lines - I was thinking Power Query could be the answer but not sure on the steps I could take. It is a one off data clean so I am also up for doing it in Excel via formula but again not certain on the steps to take. It's about 5000 lines of data.
Current Data:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Website[/TD]
[TD]Items[/TD]
[TD]Price[/TD]
[TD]Quantity[/TD]
[/TR]
[TR]
[TD]Ebay[/TD]
[TD]Chair
Bed
Table[/TD]
[TD]15
100
50[/TD]
[TD]4
1
1[/TD]
[/TR]
[TR]
[TD]Madeup.com[/TD]
[TD]Carpet[/TD]
[TD]100[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]Amazon[/TD]
[TD]Lamp
Couch[/TD]
[TD]20
100[/TD]
[TD]4
1[/TD]
[/TR]
</tbody>[/TABLE]
What I would like:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Website[/TD]
[TD]Items[/TD]
[TD]Price[/TD]
[TD]Quantity[/TD]
[/TR]
[TR]
[TD]Ebay[/TD]
[TD]Chair[/TD]
[TD]15[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]Ebay[/TD]
[TD]Bed[/TD]
[TD]100[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]Ebay[/TD]
[TD]Table[/TD]
[TD]50[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]Madeup.com[/TD]
[TD]Carpet[/TD]
[TD]100[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]Amazon[/TD]
[TD]Lamp[/TD]
[TD]20[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]Amazon[/TD]
[TD]Couch[/TD]
[TD]100[/TD]
[TD]1[/TD]
[/TR]
</tbody>[/TABLE]
Appreciate any help you could provide!
Current Data:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Website[/TD]
[TD]Items[/TD]
[TD]Price[/TD]
[TD]Quantity[/TD]
[/TR]
[TR]
[TD]Ebay[/TD]
[TD]Chair
Bed
Table[/TD]
[TD]15
100
50[/TD]
[TD]4
1
1[/TD]
[/TR]
[TR]
[TD]Madeup.com[/TD]
[TD]Carpet[/TD]
[TD]100[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]Amazon[/TD]
[TD]Lamp
Couch[/TD]
[TD]20
100[/TD]
[TD]4
1[/TD]
[/TR]
</tbody>[/TABLE]
What I would like:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Website[/TD]
[TD]Items[/TD]
[TD]Price[/TD]
[TD]Quantity[/TD]
[/TR]
[TR]
[TD]Ebay[/TD]
[TD]Chair[/TD]
[TD]15[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]Ebay[/TD]
[TD]Bed[/TD]
[TD]100[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]Ebay[/TD]
[TD]Table[/TD]
[TD]50[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]Madeup.com[/TD]
[TD]Carpet[/TD]
[TD]100[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]Amazon[/TD]
[TD]Lamp[/TD]
[TD]20[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]Amazon[/TD]
[TD]Couch[/TD]
[TD]100[/TD]
[TD]1[/TD]
[/TR]
</tbody>[/TABLE]
Appreciate any help you could provide!