FormulaCraft

How to combine text from two cells in Excel and Google Sheets

Topic:Text manipulation
Excel & Google Sheets
=A2&B2

Verified example

Computed by a real spreadsheet engine on the sample data below.

FirstLastCombined
AliceSmith
BobJones
CarolWhite
DanBrown
EveBlack

=A2&B2AliceSmith

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. 1In the destination cell, enter =A2&B2 to join the two cells with no separator.
  2. 2To add a separator like a space, use =A2&" "&B2.
  3. 3Alternatively, use =CONCAT(A2,B2) or the older =CONCATENATE(A2," ",B2) for the same result.
  4. 4Copy the formula down to combine all rows.

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

What is the difference between & and CONCAT?

They produce identical results for text; & is more concise. CONCAT accepts ranges in Excel 365 (e.g. =CONCAT(A2:C2)), while & requires each cell individually.

Can I combine numbers and text?

Yes — Excel and Sheets automatically convert numbers to text when used with &.

More on Text manipulation

See all →

Formulas used

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

Last reviewed: