Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
SEARCH works like FIND but ignores case and allows wildcard characters (* for any sequence, ? for any single character), making it more flexible for partial or case-insensitive lookups. Use it when the search term may appear in mixed case or when you need pattern-based matching without a full regular expression.
=SEARCH("widget",A2)=SEARCH("widget",A2)Computed by a real spreadsheet engine on the sample data below.
| Description |
| Blue Widget Pro |
| Red Gadget Plus |
| Green Widget Lite |
| Yellow Doohickey |
=SEARCH("widget",A2)→6
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Need a version for your data?
Try: “Check whether any product description contains the word 'widget' regardless of capitalization”
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: