Introduction
FIND and SEARCH help you find where a word or letter appears inside a text. They tell you the position number of the first letter found. This is useful when you want to locate parts of text in a cell.
When you want to find the position of a specific word in a sentence in a cell.
When you need to check if a letter or word exists inside a text and where it starts.
When you want to extract part of a text based on where a word appears.
When you want to find text without worrying about uppercase or lowercase letters.
When you want to find text but need the search to be case sensitive.