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
priya_mbial Posts 5 Registration date Tuesday March 7, 2017 Status Member Last seen March 8, 2017 - Mar 8, 2017 at 11:08 PM
Related:
- How to find a list of names in excel
- Find a name in a list of names excel - Best answers
- List of names in excel sheet - Best answers
- My contacts list names - Guide
- Ideogram ai names - Guide
- How to change your best friends list on snapchat to 3 - Guide
- I think suggested in messenger is a list of friends that have recently viewed your profile - Facebook Messenger Forum
- Number to words in excel - Guide
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
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
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