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
Working on a sheet you inherited? Run the Auditor on the whole file first — it flags every #REF!, #N/A, broken column pattern, and inconsistent formula in seconds, free, no signup.
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: