Name matching

Randombard

Active Member
Joined
Jun 30, 2008
Messages
392
Hi All,

I have a problem with name matching.

I have 2 databases that I have inherited both containing the same account names.

I need to combine these names into one summary page/reference page.

My problem arrises where the names have either been spelt wrong or are entered differently.

I.e

DB1
Bob Simmon

DB2
Simmon Bob

I have experimented with:

=IF(ISERROR(LOOKUP(2^15,SEARCH($D2,INDIRECT("Result"&I$1)),Result1)),IF(ISERROR(LOOKUP(2^15,SEARCH(INDIRECT("Result"&I$1),$D2),Result1)),J2,LOOKUP(2^15,SEARCH(INDIRECT("Result"&I$1),$D2),Result1)),LOOKUP(2^15,SEARCH($D2,INDIRECT("Result"&I$1)),Result1))

and many variants/ranges

To a certain level of success but this does through up incorrect results and on occation no results at all.

I am happy to go ptogramaticaly with this, if there are any suggestions.

Thanks
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
I was wondering if there was a way to apply a value each letter in a name so that I can limmit the range that I am looking upto?

E.G.

A = 1
B = 2
C = 3

Cell value = ABC

So the cell would be part of the lookup range 6
 
Upvote 0
Use text to columns and split names and again join at correct position

Go To data
TEXT TO COLUMNS
this may work
 
Upvote 0
Hi thanks for the suggestion but I have over 3000 names to check and all of varying type.

I.E

Not just a person name but the name of an account. Like

DB1
DataLife

DB2
Datalfe

They can also be anything upto 20 spaces in an account name :(

That kind of thing.

Any ideas
 
Upvote 0

Forum statistics

Threads
1,214,400
Messages
6,119,289
Members
448,885
Latest member
LokiSonic

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