Excel SEARCH Function

Summary

The Excel SEARCH function returns the location of one text string inside another. SEARCH returns the position of the first character of find_text inside within_text. Unlike FIND, SEARCH allows wildcards, and is not case-sensitive.

Purpose

Get the location of text in a string

Return value

A number representing the location of find_text.

Syntax

=SEARCH (find_text, within_text, [start_num])

Arguments

Usage notes

Use the SEARCH function to get the location of one text string inside another.

 

Excel SEARCH Function

Summary

The Excel SEARCH function returns the location of one text string inside another. SEARCH returns the position of the first character of find_text inside within_text. Unlike FIND, SEARCH allows wildcards, and is not case-sensitive.

Purpose

Get the location of text in a string

Return value

A number representing the location of find_text.

Syntax

=SEARCH (find_text, within_text, [start_num])

Arguments

Usage notes

Use the SEARCH function to get the location of one text string inside another.