Excel SEARCH Function
What is the Excel SEARCH Function? The excel SEARCH function is looking for a text in another text. The SEARCH function does a case-insensitive search and allows the usage of the wild card. SEARCH Syntax SEARCH(find_text,within_text,) find_text, required, text that you want to search. within_text, required, …