Wildcards

 

One Character  |  Two Characters  |  Zero or More Characters  |  Start With  |  End With  |  Tilde  |  Contain

Excel has 3 wildcards. A question mark (?) matches exactly one character. An asterisk (*) matches zero or more characters. And a tilde (~).

Press CTRL + F to launch the Find and Replace dialog box.

One Character

A single question mark (?) matches exactly one (any) character.

Wildcard Character in Excel

Note: check "Match entire cell contents" to exclude partial matches (we want to count cells).

Two Characters

Use two question marks (??) to match any two characters.

Two Characters

Zero or More Characters

An asterisk (*) matches a series of zero or more characters.

Zero or More Characters

Start With

Use a* to find all cells that start with the letter a.

Start With

Note: if we check "Math case", a* will not find "AB" in cell A2.

End With

Use *cd to find all cells that end with the text "cd".

End With

Tilde

To find question marks or asterisks, precede the question mark or asterisk with a tilde (~). For example, use *~? to find all cells that end with a question mark.

Tilde

Note: ~? finds a literal question mark. ~* finds a literal asterisk. ~~ finds a literal tilde.

Contain

Use *bc* to find all cells that contain "bc".

Contain

Note: download the Excel file and give it a try. Practice makes perfect. Also learn how to use wildcards in formulas and how to use wildcards in filters.