Compare part of cell contents with another column

Hallett505

New Member
Joined
Mar 21, 2017
Messages
2
Hi, I have spent a few hours trying to find a solution for this but feel the time is now right to ask for help!

I have a spreadsheet with address details in column A for around 100 of our company sites. In column B I have address details of all the properties our company visits, which includes company and non company owned sites, the address details are NOT exact matches. For example column a has 1 Smith St Adelaide but column b has U1 1 Smith Street Adelaide.

I can get good results for exact matches using =IF(ISERROR(MATCH(B1,A:A,0)),"False","True")
however, what I am struggling with is finding partial matches in the array A:A (ie where B1 is "U1 1 Smith Street Adelaide" return a partial match indicator to show that "1 Smith St Adelaide" is a value in A:A.


I hope this makes sense?


Hallett505
 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.

Forum statistics

Threads
1,214,416
Messages
6,119,384
Members
448,889
Latest member
TS_711

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