IntermediateData Cleaning
Standardise messy codes with TRIM and UPPER
Clean inconsistent spacing and casing so values can be matched.
7 min25 points
Harbor Supply's product codes should always be exactly nine characters. A recent import added some malformed rows, and you need to spot them.
| Row number | A | B | C | D | E |
|---|---|---|---|---|---|
| 1 | Product code | Length | |||
| 2 | HSC-04182 | ||||
| 3 | HSC-1190 | ||||
| 4 | HSC-77213 | ||||
| 5 | HSC-0043 | ||||
| 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