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 is loading a new supplier's catalogue into the warehouse system, which expects one SKU per line in the form HW-4820. The supplier sent the category prefix and the item number in separate columns.
| Row number | A | B | C | D | E |
|---|---|---|---|---|---|
| 1 | Prefix | Item | SKU | ||
| 2 | HW | 4820.00 | |||
| 3 | PL | 1175.00 | |||
| 4 | EL | 9043.00 | |||
| 5 | GR | 2266.00 | |||
| 6 | SF | 7710.00 | |||
| 7 |
Combine separate address fields into one line, skipping blanks.
TEXTJOIN
Clean inconsistent spacing and casing so values can be matched.
Pull the first name out of a single full-name column.
LEFT · FIND