Hello,
Thanks in advance for any help. I'm relatively new to Excel and have been stuck on this issue for weeks. No search that I've done has yielded quite the results that I need.
Looking to search a list of addresses against another static list of addresses and return results even when there is a partial match. Would be looking for exact matches, but those will be rare, so also looking for matches based on street name. Illustrated below:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Address[/TD]
[TD][/TD]
[TD]Second Address[/TD]
[/TR]
[TR]
[TD]123 Main St[/TD]
[TD][/TD]
[TD]111 181st Apt 3B[/TD]
[/TR]
[TR]
[TD]456 Broadway[/TD]
[TD][/TD]
[TD]454 Broadway[/TD]
[/TR]
[TR]
[TD]789 Maple Ave[/TD]
[TD][/TD]
[TD]123 Main St[/TD]
[/TR]
[TR]
[TD]13 181st St [/TD]
[TD][/TD]
[TD]444 Alpine St[/TD]
[/TR]
[TR]
[TD]444 Alpine Blvd[/TD]
[TD][/TD]
[TD]Clinton & Broadway Ste 4[/TD]
[/TR]
</tbody>[/TABLE]
Work done so far was to Text To Columns on the Second Address to parse for the street name and then used various searching features against the Address list. Considered using IF statements to write a lengthy list of exclusions to NOT match to as a start. Would prefer if at all possible to not just show when there are matches (such as highlight duplicates) but to see what cells are matching to each other in the returned value.
Also looking to build a sheet that could do this ongoing with a new Second Address list pasted on a weekly basis. The list would contain ~30,000 entries each week to judge against the Address list (~700 total entries).
Thanks!
Thanks in advance for any help. I'm relatively new to Excel and have been stuck on this issue for weeks. No search that I've done has yielded quite the results that I need.
Looking to search a list of addresses against another static list of addresses and return results even when there is a partial match. Would be looking for exact matches, but those will be rare, so also looking for matches based on street name. Illustrated below:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Address[/TD]
[TD][/TD]
[TD]Second Address[/TD]
[/TR]
[TR]
[TD]123 Main St[/TD]
[TD][/TD]
[TD]111 181st Apt 3B[/TD]
[/TR]
[TR]
[TD]456 Broadway[/TD]
[TD][/TD]
[TD]454 Broadway[/TD]
[/TR]
[TR]
[TD]789 Maple Ave[/TD]
[TD][/TD]
[TD]123 Main St[/TD]
[/TR]
[TR]
[TD]13 181st St [/TD]
[TD][/TD]
[TD]444 Alpine St[/TD]
[/TR]
[TR]
[TD]444 Alpine Blvd[/TD]
[TD][/TD]
[TD]Clinton & Broadway Ste 4[/TD]
[/TR]
</tbody>[/TABLE]
Work done so far was to Text To Columns on the Second Address to parse for the street name and then used various searching features against the Address list. Considered using IF statements to write a lengthy list of exclusions to NOT match to as a start. Would prefer if at all possible to not just show when there are matches (such as highlight duplicates) but to see what cells are matching to each other in the returned value.
Also looking to build a sheet that could do this ongoing with a new Second Address list pasted on a weekly basis. The list would contain ~30,000 entries each week to judge against the Address list (~700 total entries).
Thanks!