WRONG RESULTWrong result
Check that every range starts and ends on the same rows, and that numbers are stored as numbers.
TEXTJOINUse TEXTJOIN to combine a list with commas. This guide shows the exact structure, a working example and the mistakes most likely to break it.
Verified by JosephineReviewed July 25, 2026✓=TEXTJOIN(delimiter, ignore_empty, text1, [text2, …])delimiterseparator between values
ignore_emptywhether to skip blanks
textvalues or ranges to join
Edit any highlighted cell below. The example recalculates immediately.
| A · TEXT | |
|---|---|
| 2 | |
| 3 | |
| 4 | |
| 5 |
Ada Lovelace3Red, Blue, Green3INV-2026-1043north regionUpdates liveTry changing a value above. This example runs entirely in your browser.
delimiterseparator between values
ignore_emptywhether to skip blanks
textvalues or ranges to join
WRONG RESULTCheck that every range starts and ends on the same rows, and that numbers are stored as numbers.
FORMULA PARSE ERRORCheck commas, quotation marks and closing parentheses. Your locale may use semicolons instead of commas.
UNEXPECTED BLANKSTest the source cells for hidden spaces, empty strings and inconsistent data types.