Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
=A2 & " " & B2Computed by a real spreadsheet engine on the sample data below.
| First Name | Last Name |
| John | Doe |
| Jane | Smith |
| Emily | Jones |
=A2 & " " & B2→John Doe
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
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.
Modify the formula to =B2 & ", " & A2.
Yes, use =CONCATENATE(A2, " ", B2) for the same result.
Include the middle name or initial in another column and adjust the formula to include it, e.g., =A2 & " " & C2 & " " & B2.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: