Hello,
I am having trouble linking possible connections via fuzzy match within 2 columns.
For example, in the following 2 columns,
Adam (row 1) links with Alex in Name 2, which links with Alex in Name 1 (rows 2-3), thus linking to Ann, which links to Amy. I want all of those familial rows to be linked by a unique ID. In this example, all of the rows that hit the familial names are given ID 1.
Later, I want to do a fuzzy purge so that row 7 is brought in as well since Ann and Anne would be a high match.
Row # | Name 1 | Name 2 | Linked ID
1 Adam Alex 1
2 Alex Alex 1
3 Alex Ann 1
4 Andrew Andrew
5 Amy Ann 1
6 Anne Anne
7 Ann Ann 1
Thanks in advance for all of the help!!!