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

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).

Forum statistics

Threads
1,223,227
Messages
6,170,848
Members
452,361
Latest member
d3ad3y3

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