Jonathan Jones
New Member
- Joined
- Jul 30, 2017
- Messages
- 18
Hi,
I have a list of product codes in column A, and a list of product descriptions in column B. On many rows the product descriptions contains the product code. On rows where the product decription contains the product code, I would like to remove the product code. Example below:
Data is currently:
[TABLE="width: 926"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]Part[/TD]
[TD]Description[/TD]
[/TR]
[TR]
[TD]03700-38/40[/TD]
[TD]03700-38/40 Volkl Rescue zip RITS maat 38-40[/TD]
[/TR]
[TR]
[TD]03700-41/43[/TD]
[TD]03700-41/43 Volkl Rescue zip RITS maat 41-43[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 926"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]
How we want the data:
[TABLE="width: 926"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD][TABLE="width: 926"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]Part[/TD]
[TD]Description[/TD]
[/TR]
[TR]
[TD]03700-38/40[/TD]
[TD]Volkl Rescue zip RITS maat 38-40[/TD]
[/TR]
[TR]
[TD]03700-41/43[/TD]
[TD]Volkl Rescue zip RITS maat 41-43[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Any help, would be much appreciated.
Jonathan[/TD]
[TD]
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]
[/TD]
[/TR]
</tbody>[/TABLE]
I have a list of product codes in column A, and a list of product descriptions in column B. On many rows the product descriptions contains the product code. On rows where the product decription contains the product code, I would like to remove the product code. Example below:
Data is currently:
[TABLE="width: 926"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]Part[/TD]
[TD]Description[/TD]
[/TR]
[TR]
[TD]03700-38/40[/TD]
[TD]03700-38/40 Volkl Rescue zip RITS maat 38-40[/TD]
[/TR]
[TR]
[TD]03700-41/43[/TD]
[TD]03700-41/43 Volkl Rescue zip RITS maat 41-43[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 926"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]
How we want the data:
[TABLE="width: 926"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD][TABLE="width: 926"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]Part[/TD]
[TD]Description[/TD]
[/TR]
[TR]
[TD]03700-38/40[/TD]
[TD]Volkl Rescue zip RITS maat 38-40[/TD]
[/TR]
[TR]
[TD]03700-41/43[/TD]
[TD]Volkl Rescue zip RITS maat 41-43[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Any help, would be much appreciated.
Jonathan[/TD]
[TD]
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]
[/TD]
[/TR]
</tbody>[/TABLE]