Match Similar Strings in Different Columns/Tables

moscott75

New Member
Joined
Jan 17, 2008
Messages
25
I have two tables. Table 1has Electric Company addresses and table 2 home addresses. I am trying to link the power company meters to the correct home addresses but the home address are some what different. How can I link the meters like the diagram below? Is there a formula I can use that will return true if more that 3 to 4 words or number match?

Electric Company:::METER#::::: Home Address:::::::METER#
123 ABC ST:::::::::888:::::::::: C 100 KM40 HM9:::::999
666 HIGHWAY 5 :::777::::: ::::: ABC ST 123:::::::::::888
CARR 100 K40::::: 999:::::::::: HWY 5 # 666:::::::::777
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
Let's assume that the electric table is in A:B, the home table in E:F.

In C2 enter and copy down:

=IFERROR(INDEX(E:E,MATCH(B2,F:F,0)),"not found")
 
Upvote 0
Thanks for you feedback. My outcome isn't there yet

Address Meter??
123 ABC
555 ccc
888 F Hwy
KM32 10 HM5

Electric Company Meter
123 abc 999
10 K32 H5 555
888 Farm Rd Highway 777
555 ccc#6 888

This is want I want. I wanted to be able to be able to associate the Electric Company Meter numbers with the Home addresses although the addresses are some what different. I have two tables with 1000 rows.
Address
123 ABC 999
555 ccc 888
888 F Hwy 777
KM32 10 HM5 555
 
Upvote 0
I am trying to link address that are not exact but close in match. I want to associate the Electric Company meter number to house address but the addresses don't have the same text values but is the same property. How can link the Electric Company meter# to the home address where the address are not exact but are the same property.


Book1
ABCDE
1Electric CompanyMeterHouse Address
2123 ABC ST9996ABC ST #123
3888 RUSHMORE RD9977Carr KM 32 HM7.2
4123 K32 H79912St Concordia # 56
55 Ruiz Rivera9958Calle Ruiz Rivera #5
656 Concordia St9942RD 888 Rushmore
7
8This is the Outcome I want
9Home AddressMeter# Added
10ABC ST #1239996
11RD 888 Rushmore9977
12Carr KM 32 HM7.29912
13Calle Ruiz Rivera #59958
14St Concordia # 569942
Sheet1
 
Upvote 0

Forum statistics

Threads
1,223,903
Messages
6,175,287
Members
452,631
Latest member
a_potato

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top