laxbbombers21
New Member
- Joined
- Apr 25, 2014
- Messages
- 2
I've hit a rut trying to consolidate my data so hopefully someone can help! The issue I have is trying to consolidate multiple listings for the same product that have differently titled names. As an example, below shows 4 different product ID's and names. The 3rd column shows that only 1 item is active. All 4 have historical sales, but I want to consolidate this into 1 item name for analysis purposes. I need to develop a formula so the other three will know to use the Active Item's Name. I tried messing around with the Match function and the (-1,0,1) changes to see if I can get partial matches to a list of just the active items, but no luck. Any thoughts?
Thanks!
[TABLE="width: 554"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]Id[/TD]
[TD]Name[/TD]
[TD]Active[/TD]
[/TR]
[TR]
[TD="align: right"]2186[/TD]
[TD]Eames Lounge and Ottoman White Ash[/TD]
[TD]N[/TD]
[/TR]
[TR]
[TD="align: right"]2397[/TD]
[TD]Eames Lounge Chair & Ottoman / Black Leather / Walnut Veneer[/TD]
[TD]N[/TD]
[/TR]
[TR]
[TD="align: right"]2595[/TD]
[TD]Eames Lounge Chair & Ottoman[/TD]
[TD]N[/TD]
[/TR]
[TR]
[TD="align: right"]3028[/TD]
[TD]Eames Lounge Chair and Ottoman[/TD]
[TD]Y[/TD]
[/TR]
</tbody>[/TABLE]
Thanks!
[TABLE="width: 554"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]Id[/TD]
[TD]Name[/TD]
[TD]Active[/TD]
[/TR]
[TR]
[TD="align: right"]2186[/TD]
[TD]Eames Lounge and Ottoman White Ash[/TD]
[TD]N[/TD]
[/TR]
[TR]
[TD="align: right"]2397[/TD]
[TD]Eames Lounge Chair & Ottoman / Black Leather / Walnut Veneer[/TD]
[TD]N[/TD]
[/TR]
[TR]
[TD="align: right"]2595[/TD]
[TD]Eames Lounge Chair & Ottoman[/TD]
[TD]N[/TD]
[/TR]
[TR]
[TD="align: right"]3028[/TD]
[TD]Eames Lounge Chair and Ottoman[/TD]
[TD]Y[/TD]
[/TR]
</tbody>[/TABLE]