SEARCH Google Sheet Formula
Generate Google Sheet SEARCH Formulas in seconds
Interactive Formula Generator
Formula Generator
Create complex Google Sheets formulas with natural language. Simply describe what you want to calculate.
Upgrade to Sheet Alchemy Pro
Get advanced formulas, batch processing, and priority support
Input
Result
Your formula will be displayed here:
Your formula will appear here
Describe what you want to calculate and click Generate
Pro Features Available
Sheet Alchemy Pro includes additional advanced features to enhance your formula generation.
Advanced Formulas
Complex array formulas and dynamic ranges
Batch Processing
Generate multiple formulas at once
Unlimited History
Save and organize all your formulas
SEARCH Formula Syntax
Example Use Case
Locating the position of text within a string (case-insensitive)
Understanding the SEARCH Formula
The SEARCH function in Excel returns the starting position of one text string within another, ignoring case. It's a search tool for parsing text—like finding keywords or delimiters regardless of capitalization.
SEARCH("e", "Hello") returns 2, as 'e' starts at the 2nd position. It takes a find_text, within_text, and optional start_num (default 1), erroring if not found—unlike FIND, it ignores case.
Why Use SEARCH?
SEARCH pinpoints text—think extracting parts or validating formats. Its case insensitivity makes it user-friendly for general lookups, offering more flexibility than FIND for casual string searches.
Example with Sample Data
Find, Within | Formula | Result |
---|---|---|
'e', 'Hello' | =SEARCH("e", "Hello") | 2 |
'E', 'hello' | =SEARCH("E", "hello") | 2 |
'l', 'Hello', 3 | =SEARCH("l", "Hello", 3) | 4 |
SEARCH locates: 'e' and 'E' both at 2, ignoring case. It's a flexible finder.
Explore More Google Sheet Formulas
XOR
Testing if exactly one condition is TRUE for exclusive logical operations
Learn moreEOMONTH
Calculating the last day of a month that is a specified number of months from a date
Learn moreDAVERAGE
Calculating the average of values in a database that match specific criteria
Learn moreINDIRECT
Converting a text string into a cell reference for dynamic referencing
Learn moreCUMIPMT
Calculating cumulative interest paid on a loan between two periods
Learn moreOFFSET
Creating dynamic references with a specified offset from a starting reference
Learn moreISBLANK
Checking if a cell is empty
Learn moreTRANSPOSE
Converting a vertical range to horizontal or vice versa
Learn moreUnlock the Full Power of Sheet Alchemy
Get access to all our formula generators, script generators, and conversion tools with a free Sheet Alchemy account.