Split a full name with LEFT and FIND
Pull the first name out of a single full-name column.
LEFT · FIND
Returns a set number of characters from the start of a text value. 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.
LEFT(text, [num_chars])
Ordered from most approachable to hardest.
Returns a set number of characters from the start of a text value. 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.
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 LEFT and producing it from memory, correctly, on data you have not seen before, only closes by doing it.