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.
=A2&" "&B2&" "&C2=TEXTJOIN(" ",TRUE,A2,B2,C2)Computed by a real spreadsheet engine on the sample data below.
| First | Middle | Last | Full Name |
| Alice | M | Smith | |
| Bob | Jones | ||
| Carol | A | Lee | |
| David | R | Kim | |
| Eve | Brown |
=A2&" "&B2&" "&C2→Alice M Smith
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
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.
CONCAT accepts ranges; CONCATENATE only accepts individual cell references. Both join text without a delimiter. Use & or TEXTJOIN for delimiter control.
Use TEXTJOIN with a range: =TEXTJOIN(", ",TRUE,A2:A100) — this joins all values in A2:A100 with a comma-space separator.
Combine two columns into one with the & operator — perfect for joining first and last names into a full name.
How-toAutomatically generate sequential invoice numbers with a prefix and zero-padded counter using TEXT and ROW in Excel and Google Sheets.
How-toAssign sequential row numbers that restart for each group using COUNTIF with a mixed reference in Excel and Google Sheets.
How-toDelete empty rows quickly by filtering for blanks and deleting visible rows, or use Go To Special in Excel for a one-click approach.
How-toFlip rows and columns using the TRANSPOSE function or Paste Special to convert horizontal data to vertical and vice versa.
How-toReplace empty cells with a default value using IF+ISBLANK, Go To Special fill-down, or a Power Query step for bulk data.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: