I need to have a list "flattened" <technical term?
Part IDS is column B contains different suppliers for parts in column A. Multiple suppliers need to be spread out into individual columns so there is a single part number in column A.
How it looks
[TABLE="width: 649"]
<tbody>[TR]
[TD]ID[/TD]
[TD]VENDOR_ID[/TD]
[TD]PART_NO[/TD]
[TD]COST[/TD]
[/TR]
[TR]
[TD]01011 68 74 OE[/TD]
[TD]PPI[/TD]
[TD]1011[/TD]
[TD]5.23[/TD]
[/TR]
[TR]
[TD]01011 68 74 OE[/TD]
[TD]IMC[/TD]
[TD]1011[/TD]
[TD]905.77[/TD]
[/TR]
[TR]
[TD]01011 68 74 OE[/TD]
[TD]HOUSEGHIA[/TD]
[TD]1011[/TD]
[TD]1.1[/TD]
[/TR]
</tbody>[/TABLE]
How I need it to look
[TABLE="width: 1335"]
<tbody>[TR]
[TD]ID[/TD]
[TD]Vendor_1 Name[/TD]
[TD]Vendor_1 Prt#[/TD]
[TD]Vendor_1 Cost[/TD]
[TD]Vendor_2 Name[/TD]
[TD]Vendor_2 Prt#[/TD]
[TD]Vendor_2 Cost[/TD]
[TD]Vendor_3 Name[/TD]
[TD]Vendor_3 Prt#[/TD]
[TD]Vendor_3 Cost[/TD]
[/TR]
[TR]
[TD]01011 68 74 OE[/TD]
[TD]PPI[/TD]
[TD]1011[/TD]
[TD]5.23[/TD]
[TD]IMC[/TD]
[TD]1011[/TD]
[TD]905.77[/TD]
[TD]HOUSEGHIA[/TD]
[TD]1011[/TD]
[TD]1.1[/TD]
[/TR]
</tbody>[/TABLE]
I appreciate any assistance. I am rather new to this.
Thanks</technical>
Part IDS is column B contains different suppliers for parts in column A. Multiple suppliers need to be spread out into individual columns so there is a single part number in column A.
How it looks
[TABLE="width: 649"]
<tbody>[TR]
[TD]ID[/TD]
[TD]VENDOR_ID[/TD]
[TD]PART_NO[/TD]
[TD]COST[/TD]
[/TR]
[TR]
[TD]01011 68 74 OE[/TD]
[TD]PPI[/TD]
[TD]1011[/TD]
[TD]5.23[/TD]
[/TR]
[TR]
[TD]01011 68 74 OE[/TD]
[TD]IMC[/TD]
[TD]1011[/TD]
[TD]905.77[/TD]
[/TR]
[TR]
[TD]01011 68 74 OE[/TD]
[TD]HOUSEGHIA[/TD]
[TD]1011[/TD]
[TD]1.1[/TD]
[/TR]
</tbody>[/TABLE]
How I need it to look
[TABLE="width: 1335"]
<tbody>[TR]
[TD]ID[/TD]
[TD]Vendor_1 Name[/TD]
[TD]Vendor_1 Prt#[/TD]
[TD]Vendor_1 Cost[/TD]
[TD]Vendor_2 Name[/TD]
[TD]Vendor_2 Prt#[/TD]
[TD]Vendor_2 Cost[/TD]
[TD]Vendor_3 Name[/TD]
[TD]Vendor_3 Prt#[/TD]
[TD]Vendor_3 Cost[/TD]
[/TR]
[TR]
[TD]01011 68 74 OE[/TD]
[TD]PPI[/TD]
[TD]1011[/TD]
[TD]5.23[/TD]
[TD]IMC[/TD]
[TD]1011[/TD]
[TD]905.77[/TD]
[TD]HOUSEGHIA[/TD]
[TD]1011[/TD]
[TD]1.1[/TD]
[/TR]
</tbody>[/TABLE]
I appreciate any assistance. I am rather new to this.
Thanks</technical>