FormulaCraft

TEXTJOIN vs CONCATENATE: joining with a delimiter in Excel and Sheets

Excel & Google Sheets
=TEXTJOIN(", ",TRUE,A2:A4)

Try it with your data

Edit the grid or formula, then run it through a real spreadsheet engine — no signup.

Sample data — click any cell to edit

Runs server-side · free · no signup

Step by step

  1. 1TEXTJOIN(", ", TRUE, A2:A4) joins the range with ", " and the TRUE skips empty cells — "Apple, Banana, Cherry".
  2. 2CONCATENATE(A2, ", ", A3, ", ", A4) needs every cell and separator spelled out.
  3. 3Use TEXTJOIN for ranges and clean delimiters; CONCATENATE only for a couple of fixed pieces.

Tips

Working on a sheet you inherited? Run the Auditor on the whole file first — it flags every #REF!, #N/A, broken column pattern, and inconsistent formula in seconds, free, no signup.

Frequently asked

Is CONCAT the same as CONCATENATE?

CONCAT replaces CONCATENATE and can take a range, but unlike TEXTJOIN it has no delimiter or skip-blanks option.

Formulas used

Related tasks

Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.

Last reviewed: