Search a list of names at one time in excel

Solved/Closed
priya_mbial Posts 5 Registration date Tuesday March 7, 2017 Status Member Last seen March 8, 2017 - Mar 7, 2017 at 08:35 AM
priya_mbial Posts 5 Registration date Tuesday March 7, 2017 Status Member Last seen March 8, 2017 - Mar 8, 2017 at 11:08 PM
Hi,
I have a huge list of names (list A) which I need to search with another list of names (list B) and see if any name in list A is in list B . Is it possible to enter all the names in list A and search it against the list of names in list B in one go? List A and list B are saved in separate excel sheet files

Thank you
Priya
Related:

8 responses

Mazzaropi Posts 1985 Registration date Monday August 16, 2010 Status Contributor Last seen May 24, 2023 147
Mar 7, 2017 at 09:57 AM
Priya, Good morning.

Suppose:

List_One.xlsx
Sheet1
A1:A1000 --> huge list of names
B1:B1000 --> FORMULA

List_Two.xlsx
Sheet1
A1:A200 --> List of names

Try to use:
List_One.xlsx
Sheet1
B1 --> =IF(ISNUMBER(MATCH(A1, [List_Two.xlsx]Sheet1!$A$1:$A$200, 0 )), "-ok-", "--- NOT FOUND ---")

Copy it down as necessary.

Is that what you want?
I hope it helps.
--
Belo Horizonte, Brasil.
Marcílio Lobão
1