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 product descriptions come from a dozen suppliers and none of them capitalise consistently — Pallet, pallet and PALLET all appear. Merchandising wants to know where the word starts in each description so they can trim the text around it.
| Row number | A | B | C | D | E |
|---|---|---|---|---|---|
| 1 | Description | Position | |||
| 2 | Heavy duty Pallet, 48x40 | ||||
| 3 | Euro pallet, four-way entry | ||||
| 4 | Export PALLET, heat treated | ||||
| 5 | Nestable pallet, plastic | ||||
| 6 |
Pull the first name out of a single full-name column.
LEFT · FIND
Extract characters from the middle of a text value.
MID
Combine separate address fields into one line, skipping blanks.
TEXTJOIN