Approximate Match Between Columns
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Reade39
5 - Atom
‎01-19-2023
11:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi all - I am cleaning address data and need to make a comparison between the values in two columns. I'm not sure how to achieve this but I would like to see if any text is shared between cells. I would then like the common value to be output into a new column. I've attached a sample. Thanks in advance!
Here is the data:
Column 1 | Column 2 |
Welwyn Garden City | Luton Airport |
SOUTHAMPTON AIRPORT | Southampton Airport |
Inverness | Inverness Airport |
Great Yarmouth | Norwich Airport |
St Albans Regus Victoria Sq | London Victoria |
Bathgate | Castleford |
I would like to output to look like this:
Column 1 | Column 2 | Column 3 |
Welwyn Garden City | Luton Airport | |
SOUTHAMPTON AIRPORT | Southampton Airport | Southampton Airport |
Inverness | Inverness Airport | Inverness |
Great Yarmouth | Norwich Airport | |
St Albans Regus Victoria Sq | London Victoria | Victoria |
Bathgate | Castleford |
Labels:
- Labels:
- Data Investigation
- Help
3 REPLIES 3
Felipe_Ribeir0
16 - Nebula
‎01-19-2023
11:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @Reade39
One way of doing this
Another way would be by using fuzzy match: https://community.alteryx.com/t5/Alteryx-Use-Cases/Fuzzy-Match-Check-Row-by-Row/ta-p/270809
binuacs
21 - Polaris
‎01-19-2023
01:54 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Felipe_Ribeir0
16 - Nebula
‎01-25-2023
04:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
