Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
Heads up: Excel and Google Sheets do this differently.
=CONCATENATE(A2," ",B2)=TEXTJOIN(" ",TRUE,A2,B2)Computed by a real spreadsheet engine on the sample data below.
| First Name | Last Name |
| Alice | Smith |
| Bob | Jones |
| Carol | White |
| David | Brown |
| Eve | Davis |
=CONCATENATE(A2," ",B2)→Alice Smith
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Need the Google Sheets version instead? Open Sheets variant in workspace →
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.
Microsoft keeps CONCATENATE for backward compatibility, but recommends CONCAT or TEXTJOIN in newer workbooks.
Yes — set the second argument (ignore_empty) to TRUE and TEXTJOIN will omit any blank cells in the range.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: