Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
CONCATENATE stitches multiple strings together in order. Modern Excel and Sheets also offer CONCAT and TEXTJOIN, but CONCATENATE remains widely used and universally supported.
=CONCATENATE(A2, " ", B2)=CONCATENATE(A2, " ", B2)Computed by a real spreadsheet engine on the sample data below.
| First | Last |
| Jane | Doe |
=CONCATENATE(A2, " ", B2)→Jane Doe
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: