Excel Function

SEARCH

Finds text position (case-insensitive).

SEARCH(find_text, within_text, [start_num])

Arguments

find_text

Required

Enter a text value (wrap with quotes when needed).

within_text

Required

Value for within_text.

start_num

Optional

Enter a numeric value.

Practice Preview

Use SEARCH to return the character position of "EXAMPLE" within cell C2 (Email in column C) (SEARCH is case-insensitive, so letter case does not have to match).

Example Table

#
AEmployee ID
BName
CEmail
DPayment Amount
EAmount Text
2E001Taro Tanakat.tanaka@example.com12001200
3E002Hanako Suzukih.suzuki@example.com980980
4E003Ken Satok.sato@example.com24502450
5E004Aya Takahashia.takahashi@example.com30003000
6
7
8

How to Use (Formula)

=SEARCH("EXAMPLE", C2, 1)

Result

10

Practice This Function

SEARCH FAQ

How do I use SEARCH in Excel?

Use SEARCH when you want to find character positions without case sensitivity. Enter Find text, Within text, Start position in that order, then add optional arguments when needed.

Where can I practice SEARCH?

Use the "Start Function Practice" button to jump straight into SEARCH drills.

What arguments does SEARCH use?

The main arguments are Find text, Within text, Start position. Start with the required ones, then add optional arguments if needed.