• Jan 1, 2026

Excel SEARCH and Wildcards

  • Neale Blackwood
  • 0 comments

Excel has recently added three regex functions to handle text patterns, but did you know the old SEARCH function can use wildcards?

Sign up to hear about free Excel training.

I won't share your email with anyone.

The SEARCH function returns a number that represent the starting character position number of one string within another string.

In the image below you can see the position number of the word jumps in the sentence in cell A1.

Instead of jumps you could have used j*s.

The wildcard represents any number of characters including no characters. By no characters I means that js would find js as well as jets.

If you need to look for a specific number of characters you could use j???s.

The ? represents a character position. So j???s won’t find jets but it would find jokes because there are three characters between the j and s.

You can use the wildcards in combination.

Using j??p* would find both jump and jumps.

In the image below I have removed the s from jumps in the string.

0 comments

Sign upor login to leave a comment