BeginnerText Functions
Build a mailing address with TEXTJOIN
Combine separate address fields into one line, skipping blanks.
TEXTJOIN
6 min15 points
Harbor Supply's CRM export puts full names in one column, but the email tool needs first names for personalised greetings.
| Row number | A | B | C | D | E |
|---|---|---|---|---|---|
| 1 | Full name | First name | |||
| 2 | Marcus Bell | ||||
| 3 | Dana Whitfield | ||||
| 4 | Alan Reyes | ||||
| 5 | Priya Raman | ||||
| 6 |
Extract characters from the middle of a text value.
MID
Combine separate address fields into one line, skipping blanks.
TEXTJOIN
Use LEN to validate that product codes are the right length.
LEN