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

Need it for your exact data?

Describe your columns in plain English and get the precise formula for your sheet, with the right Excel or Sheets syntax.

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

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

Last reviewed: