Join text with a delimiter using TEXTJOIN.
Combine multiple product features from a range into a single cell, separated by commas.
Solve without hints for +5 XP
This is the grid you start with. Cell references in the task — B6, C2 — point at the row numbers and column letters below.
| A | B | C | |
|---|---|---|---|
| 1 | Product | Features | Combined Features |
| 2 | Laptop | Fast Processor,Large Storage,High Resolution Display | |
| 3 | Smartphone | 5G Connectivity,Excellent Camera,Long Battery Life |
TEXTJOIN is a powerful function that joins text from multiple cells with a specified delimiter, optionally ignoring empty cells.