Explanation

This formula uses twonamed ranges:things, andresults.

If you don’t want to use named ranges, useabsolute referencesinstead.

If the cell contains the substring, the formula returns TRUE.

Excel formula: Cell contains one of many things

If not, the formula returns FALSE.

Any valid number becomes TRUE, and any error (i.e.

a thing not found) becomes FALSE.

Excel formula: Cell contains specific text

since “dr” appears inside these words.

This happens because SEARCH automatically does a “contains-punch in” match.

dr “, or “dr “) to avoid finding “dr” in another word.

Excel formula: Value exists in a range

But this will fail if “dr” appears first or last in a cell.

you’re able to use INDEX to retrieve individual values, or entire rows and columns.

MATCH supports approximate and exact matching, andwildcards(* ?)

Excel formula: Get all matches cell contains

SEARCH Function

The Excel SEARCH function returns the location of one text string inside another.

SEARCH returns the position offind_textinsidewithin_textas a number.

SEARCH supports wildcards, and isnotcase-sensitive….

Excel formula: Get first match cell contains

Excel formula: Categorize text with keywords

Excel formula: Highlight cells that contain one of many

Excel INDEX function

Excel MATCH function

Excel ISNUMBER function

Excel SEARCH function