Find where a word starts with SEARCH
Locate a keyword inside a longer description without worrying about capitals.
SEARCH
Like FIND, but ignores case and accepts wildcards. Below are 1 interactive exercise that put it to work on realistic business data — you write the formula, and get told exactly what went wrong when it does not work.
SEARCH(find_text, within_text, [start_num])
Ordered from most approachable to hardest.
Like FIND, but ignores case and accepts wildcards. It belongs to the text functions family, and it shows up constantly in real work — which is why it is worth being genuinely fluent rather than merely familiar.
Before this one, it helps to be comfortable with FIND. The exercises below assume that ground is covered.
Reading about a function is not the same as being able to write it. The exercises on this page exist because the gap between recognising SEARCH and producing it from memory, correctly, on data you have not seen before, only closes by doing it.