Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
=COUNTIF(B2:B4,A2)>0Computed by a real spreadsheet engine on the sample data below.
| Find | List |
| Bob | Alice |
| Bob | |
| Carol |
=COUNTIF(B2:B4,A2)>0→TRUE
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Need it for your exact data?
Describe your columns in plain English and get the precise formula for your sheet, with the right Excel or Sheets syntax.
Both work — COUNTIF is simpler and more readable. MATCH is useful when you also need the position of the found item, not just whether it exists.
Use =SUMPRODUCT(COUNTIF(list1,list2))>0 — it returns TRUE if at least one item from list2 appears in list1.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: