Match the address between 2 cells

Deepakchoudhary

New Member
Joined
Dec 20, 2010
Messages
40
Office Version
  1. 2016
Platform
  1. Windows
My data is in column D2:D192 and column K2:K192, each COLUMN having addresses of same site in same row, but text written unorganized way... can say Building name, Location name etc written in different order in both columns in same row. What can be the formula to find if few words common in both cells/columns...
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
Here is something I had lying about - column M shows the percentagey match. COlumn N and O have things to remove from consideration.
Fuzzy Match.xlsx
DEFGHIJKLMNO
1350 fifth avenue empire state building New YorkEmpire State Building68.8%.the
21600 Pennsylvania AvenueThe White House0.0%,of
3100 Main Street Building 6Building 6 Main Street90.0%?and
4!to
5in
6is
7you
8a
9that
10it
Soft match
Cell Formulas
RangeFormula
M1:M3M1=LET(x,SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(D1,$N$1,""),$N$2,""),$N$3,""),$N$4,""),y,SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(K1,$N$1,""),$N$2,""),$N$3,""),$N$4,""),z,$O$1:$O$10,a,TEXTSPLIT(x,," "),b,TEXTSPLIT(y,," "),aa,FILTER(a,ISNA(XMATCH(a,z))),bb,FILTER(b,ISNA(XMATCH(b,z))),c,SUM(ISNUMBER(SEARCH(a,TEXTJOIN(" ",TRUE,bb)))+0)/ROWS(aa),d,SUM(ISNUMBER(SEARCH(b,TEXTJOIN(" ",TRUE,aa)))+0)/ROWS(bb),AVERAGE(c,d))
 
Upvote 0

Forum statistics

Threads
1,215,514
Messages
6,125,267
Members
449,219
Latest member
daynle

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