Match based on one column only
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello!
I have a situation that I need to force a match. Column A has a list of UPCs and column B is the name of the item. The problem I am having is that some of the names of items are not full descriptions, resulting in multiple records for some UPCs. How can I make them match to be only one record with 15000.00 value?
UPC Name Total Dollar Value
123456789 Product 1 5000.00
123456789 Product_1 7000.00
123456789 Prod 1 3000.00
Solved! Go to Solution.
- Labels:
- Fuzzy Match
- Join
- Transformation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
You can use a Summarize tool - Group By [UPC], take the First of [Name], and Sum [Total Dollar Value]. Or if you want to see all the [Name] values, Concatenate can work too
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you! Using summarize and taking the first of the Name worked perfectly!
