BeginnerText Functions
Split a full name with LEFT and FIND
Pull the first name out of a single full-name column.
LEFT · FIND
7 min15 points
Harbor Supply's order codes embed the year, but there is no separate year column and finance wants to split the file by fiscal year.
| Row number | A | B | C | D | E |
|---|---|---|---|---|---|
| 1 | Order code | Year | |||
| 2 | ORD-2026-1041 | ||||
| 3 | ORD-2025-0987 | ||||
| 4 | ORD-2026-1042 | ||||
| 5 | |||||
| 6 |
Pull the first name out of a single full-name column.
LEFT · FIND
Clean inconsistent spacing and casing so values can be matched.
Combine separate address fields into one line, skipping blanks.
TEXTJOIN