I received a spreadsheet that was submitted from an outside source. I have invoices in one column then the line items of that invoice all in one cell to the right, then the corresponding charges. Is there any way to separate the codes and charges to be in separate cells on multiple rows?
There is no space between the codes to do a find/replace then text to columns. Each invoice has varying number of codes/charges
This is what I have:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Invoice[/TD]
[TD]Code[/TD]
[TD]Charges[/TD]
[/TR]
[TR]
[TD]79851321987[/TD]
[TD]97110
97140
aa75861[/TD]
[TD]90.00
70.00
8.00[/TD]
[/TR]
[TR]
[TD]654321884[/TD]
[TD]asdf83476
97082[/TD]
[TD]155.00
2.22[/TD]
[/TR]
[TR]
[TD]6546513547987[/TD]
[TD]97124
97812
97124
79124
97127
94157
65486
65489[/TD]
[TD]100.00
500.00
50.00
50.00
50.00
50.00
50.00
50.00[/TD]
[/TR]
</tbody>[/TABLE]
This is what I want:[TABLE="width: 500"]
<tbody>[TR]
[TD]Invoice[/TD]
[TD]Code[/TD]
[TD]Charges[/TD]
[/TR]
[TR]
[TD]79851321987[/TD]
[TD]97110[/TD]
[TD]90.00[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]97140[/TD]
[TD]70.00[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]aa75861[/TD]
[TD]8.00[/TD]
[/TR]
[TR]
[TD]654321884[/TD]
[TD]asdf83476[/TD]
[TD]155.00[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]97082[/TD]
[TD]2.22[/TD]
[/TR]
</tbody>[/TABLE]
There is no space between the codes to do a find/replace then text to columns. Each invoice has varying number of codes/charges
This is what I have:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Invoice[/TD]
[TD]Code[/TD]
[TD]Charges[/TD]
[/TR]
[TR]
[TD]79851321987[/TD]
[TD]97110
97140
aa75861[/TD]
[TD]90.00
70.00
8.00[/TD]
[/TR]
[TR]
[TD]654321884[/TD]
[TD]asdf83476
97082[/TD]
[TD]155.00
2.22[/TD]
[/TR]
[TR]
[TD]6546513547987[/TD]
[TD]97124
97812
97124
79124
97127
94157
65486
65489[/TD]
[TD]100.00
500.00
50.00
50.00
50.00
50.00
50.00
50.00[/TD]
[/TR]
</tbody>[/TABLE]
This is what I want:[TABLE="width: 500"]
<tbody>[TR]
[TD]Invoice[/TD]
[TD]Code[/TD]
[TD]Charges[/TD]
[/TR]
[TR]
[TD]79851321987[/TD]
[TD]97110[/TD]
[TD]90.00[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]97140[/TD]
[TD]70.00[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]aa75861[/TD]
[TD]8.00[/TD]
[/TR]
[TR]
[TD]654321884[/TD]
[TD]asdf83476[/TD]
[TD]155.00[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]97082[/TD]
[TD]2.22[/TD]
[/TR]
</tbody>[/TABLE]