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 CRM writes territory codes as a region name and a state joined with a hyphen, like Northeast-NY. Finance wants to group the sales report by state alone, so the two letters on the end need pulling out into their own column.
| Row number | A | B | C | D | E |
|---|---|---|---|---|---|
| 1 | Territory | State | |||
| 2 | Northeast-NY | ||||
| 3 | Southeast-GA | ||||
| 4 | Midwest-IL | ||||
| 5 | Southwest-AZ | ||||
| 6 | Northwest-OR | ||||
| 7 |
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