FormulaCraft

SEARCH

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.

Excel
=SEARCH("widget",A2)
Google Sheets
=SEARCH("widget",A2)

Verified example

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

Try it with your data

Edit the grid or formula, then run it through a real spreadsheet engine — no signup.

Sample data — click any cell to edit

Runs server-side · free · no signup

How it works

  1. 1Enter the find_text string (supports * and ? wildcards) as the first argument.
  2. 2Reference the within_text cell as the second argument.
  3. 3Wrap in ISNUMBER to return TRUE/FALSE, or use with MID/LEFT/RIGHT to extract surrounding text.

Need a version for your data?

Try: “Check whether any product description contains the word 'widget' regardless of capitalization

Related

Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.

Last reviewed: