Addresses & Duplicates

clappouk

Board Regular
Joined
Sep 2, 2010
Messages
54
Hey all,

Hoping you can help with the following problem. I have inherited a spreadsheet where colleagues have been inputting addresses into 1 cell but they have not been using different format.

For Example

11 Smith Street London L1 1TT
11Smith Street Tottenham London L1
Flat 2 11 Smith Street London L1 1TT

Hope you get the idea, lots of variations of the same or similar addresses I think its upto 2400 rows of addresses. I have tried using Trim to remove all the spaces and then I thought of inserting a column at the end, then using the Search Function to look for chars 5-10 in each cell and place them in the column. Then I could filter on these to remove the duplicates. I am thinking this may not solve the whole problem but will help a great deal. Any Ideas as i dont know how to use the search function.

Thank you

Ray:laugh:
Excel 2003
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
Trim does not solve your problem as will only cut the first and last space.
Use =SUBSTITUTE(A1," ","")
to cut all spaces.
Then you can try in C1 use =SEARCH("11Smith",B2) to find addresses with "11Smith".
 
Upvote 0

Forum statistics

Threads
1,224,545
Messages
6,179,432
Members
452,915
Latest member
hannnahheileen

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