Search function question vlookup / ifnumber

JulaTheOne

New Member
Joined
Sep 21, 2018
Messages
8
Hi everyone!

I need a little help: I have to cross match Database A user names(firstname lastname) with Database B where there are some extra characters and the order is last name firstname), so the normal vlookup does not find exact match. I tried the following: I used text to column from the Database A, to have two separate column, then I tried to find the name from Database B
=IF(IF(ISNUMBER(SEARCH(A1,C1)),ISNUMBER(SEARCH(B1,C1))),"yes","no")
This show correct result when the name is in the same line
A1 Tom
B1 John
C1 John dr tom -
The results are good, but in case:
C2 John dr tom - the result are false(No)

I need to same at Database A which is a appearing at Database 2. So I need to find the duplicated items.
Can you help me out how to correctly find what I am looking for?
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
Hi,

Your question is not extremely clear ... :wink:

Do you mean that your VLookup() function should return multiple results ...???
 
Upvote 0
291zK.png


I would like to find the duplicated names from A and B with cross-matching F where the data is not exactly the same.
 
Upvote 0
The order of the words are always opposite....uhh this fuzzy logic sounds though for me...I would like to create a macro for this, and automatize the results, I "just" need to know the duplicated names.
 
Upvote 0
Cross posted https://www.excelguru.ca/forums/sho...search-cross-matching-names&p=38700#post38700

While we do not prohibit Cross-Posting on this site, we do ask that you please mention you are doing so and provide links in each of the threads pointing to the other thread (see rule 13 here along with the explanation: Forum Rules).
This way, other members can see what has already been done in regards to a question, and do not waste time working on a question that may already be answered.
 
Upvote 0
The order of the words are always opposite....

Baku is in Column B ...whereas Bram is located in Column A ... and Column F displays are interchanged ... no ...???
 
Upvote 0
I am working in the license management:
Column A and B is fix, which is from one database. What is changing and we never know what is the order and the format of the names is column F. To understand better, some users has desktop PC assigned to them, and they are having an application installed eg.Foxit reader. The Column F shows me the citrix users who has installed Foxit reader, and I have to find the duplicated names, because a person which appears on both list has to consume one license for the application. So this is a user based license.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,573
Messages
6,120,318
Members
448,956
Latest member
Adamsxl

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