EXCEL SEARCH FUNCTION

This Function returns a number that represents the position of text in a string. =SEARCH(“a”,”Orange”), for example, will yield 3 since “a” is in the third position.

Syntax:

=SEARCH (find_text, within_text, start_num)

Parameter list:

  • find text – the text to be located.
  • within_text – the text to look for.
  • start_num – the starting point in the text to be searched. Optional; the default value is 1.

Step By Step Guide of SEARCH Function

Example :

  • The only difference between this function and the FIND function is that SEARCH enables the usage of wildcards and is not case-sensitive.
  • In find text, SEARCH supports the wildcard characters question mark (?) and asterisk (*). The? character matches any single character, while the * character matches any sequence of characters. To locate a literal? or *, place a tilde () before the character, for example, * and?

Related Functions

HLOOKUP Function

HLOOKUP Function

Explore Now

VLOOKUP Function

VLOOKUP Function

Explore Now

INDEX Function

INDEX Function

Explore Now

MATCH Function

MATCH Function

Explore Now

DATE Function

DATE Function

Explore Now

IF Function

IF Function

Explore Now

OR Function

OR Function

Explore Now

AND Function

AND Function

Explore Now

RANK Function

RANK Function

Explore Now

SUMIF Function

SUMIF Function

Explore Now

XIRR Function

XIRR Function

Explore Now

WORKDAYS Function

WORKDAYS Function

Explore Now