Skip to main content

How to check or find if a value is in a list in Excel?

If there is a long list with hundreds of names in a worksheet, and now you want to check or find if a name such as “Lily” is in this name list, how can you quickly check it without scrolling down one by one? Here I introduce the tricks to quickly get it done in Excel.

Find if a value is in a list with Find and Replace function

Find if a value is in a list with formula

Find if a value is in a list with Kutools for Excel good idea3


arrow blue right bubble Find if a value is in a list with Find and Replace function

Select the whole column of the name list, and then press Ctrl + F keys simultaneously to display the Find and Replace dialog, then under Find tab, enter the name or value you want to find and check into the Find what textbox, and then click Find All to list the finding results. See screenshot:
doc check if value is in list 1

If there are values matched, it will list the match values in the list below, see screenshot:
doc check if value is in list 2

But if there is not a value matched, it will pop out a dialog to remind you. See screenshot:
doc check if value is in list 3


Select Cells/Rows/Columns with one or two criteria in Excel

The select Specific Cells of Kutools for Excel can quicky select all cells or rows or columns in a range based on one criterion or two criterion. Click for 30 days free trial!
doc select specific cell 1
 
Kutools for Excel: with more than 300 handy Excel add-ins, free to try with no limitation in 30 days.

arrow blue right bubble Find if a value is in a list with formula

Besides the Find and Replace function, you can use a formula to check if a value is in a list.

Select a blank cell, here is C2, and type this formula =IF(ISNUMBER(MATCH(B2,A:A,0)),1,0) into it, and press Enter key to get the result, and if it displays 1, indicates the value is in the list, and if 0, that is not exist.

doc check if value is in list 4
doc check if value is in list 5

Tip:

1. You can use this formula =COUNTIF(A:A,B2)>0 to handle it too, and it displays TRUE means the value you check is in the list, or not.

2. In above formulas, A:A is the column list you check value in, and B2 is the value you want to find if is in the list.


arrow blue right bubble Find if a value is in a list with Kutools for Excel

If you have Kutools for Excel, with the Select Specific Cells utility, you can quickly check if a value is in a list, and at the same time, it locates the value.

Kutools for Excel, with more than 120 handy Excel functions, enhance your working efficiency and save your working time.

After free installing Kutools for Excel, please do as below:

1. Select the list you want to check the certain value from, and click Kutools > Select > Select Specific Cells. See screenshot:
doc check if value is in list 6

2. In the Select Specific Cells dialog, select Equals from the first drop down list in Specific type section, and then enter the value you want to check and locate into the next textbox. See screenshot:
doc check if value is in list 7

3. Click Ok, and a dialog pops out to tell you the number of matched cells. And click OK, you can see the value you check has been selected. See screenshot:
doc check if value is in list 8

Tip: If the value you check is not in the list, after clicking Ok, a dialog pops out to tell you there is not a value math. See screenshot:
doc check if value is in list 9

Click here to know more about Select Specific Cells.

pay attention1If you are interested in this addi-in, click here to download the 30-days free trial.

Relative Articles:

Best Office Productivity Tools

🤖 Kutools AI Aide: Revolutionize data analysis based on: Intelligent Execution   |  Generate Code  |  Create Custom Formulas  |  Analyze Data and Generate Charts  |  Invoke Kutools Functions
Popular Features: Find, Highlight or Identify Duplicates   |  Delete Blank Rows   |  Combine Columns or Cells without Losing Data   |   Round without Formula ...
Super Lookup: Multiple Criteria VLookup    Multiple Value VLookup  |   VLookup Across Multiple Sheets   |   Fuzzy Lookup ....
Advanced Drop-down List: Quickly Create Drop Down List   |  Dependent Drop Down List   |  Multi-select Drop Down List ....
Column Manager: Add a Specific Number of Columns  |  Move Columns  |  Toggle Visibility Status of Hidden Columns  |  Compare Ranges & Columns ...
Featured Features: Grid Focus   |  Design View   |   Big Formula Bar    Workbook & Sheet Manager   |  Resource Library (Auto Text)   |  Date Picker   |  Combine Worksheets   |  Encrypt/Decrypt Cells    Send Emails by List   |  Super Filter   |   Special Filter (filter bold/italic/strikethrough...) ...
Top 15 Toolsets12 Text Tools (Add Text, Remove Characters, ...)   |   50+ Chart Types (Gantt Chart, ...)   |   40+ Practical Formulas (Calculate age based on birthday, ...)   |   19 Insertion Tools (Insert QR Code, Insert Picture from Path, ...)   |   12 Conversion Tools (Numbers to Words, Currency Conversion, ...)   |   7 Merge & Split Tools (Advanced Combine Rows, Split Cells, ...)   |   ... and more

Supercharge Your Excel Skills with Kutools for Excel, and Experience Efficiency Like Never Before. Kutools for Excel Offers Over 300 Advanced Features to Boost Productivity and Save Time.  Click Here to Get The Feature You Need The Most...

Description


Office Tab Brings Tabbed interface to Office, and Make Your Work Much Easier

  • Enable tabbed editing and reading in Word, Excel, PowerPoint, Publisher, Access, Visio and Project.
  • Open and create multiple documents in new tabs of the same window, rather than in new windows.
  • Increases your productivity by 50%, and reduces hundreds of mouse clicks for you every day!
Comments (2)
No ratings yet. Be the first to rate!
This comment was minimized by the moderator on the site
is it possible to have another value appear as opposed to 0,1,-1 or True? I'd love to provide custom text instead. So if a name is in a list, show this value ... if not, show a different value.
This comment was minimized by the moderator on the site
See the bit written above: "Select a blank cell, here is C2, and type this formula =IF(ISNUMBER(MATCH(B2,A:A,0)),1,0) into it, and press Enter key to get the result, and if it displays 1, indicates the value is in the list, and if 0, that is not exist."


Replace the 1 with what you want to display if the value is in the list, the 0 with what you want to display if it isn't. You can have it return text (make sure to put it in "QUOTES"), any number, or even the contents of a cell, but if you want the output to change depending on what you put into it (eg. "LILY" returns one thing, "JOHN" returns another, and "BAILEY" returns something else again), you most likely want the VLOOKUP (or similar HLOOKUP) function.
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations