How to Combine Two Columns in Excel

Learn how to combine two columns in Excel using formulas, ampersand, TEXTJOIN, Flash Fill, separators, mistakes, troubleshooting, and FAQs.

Excel & Google SheetsEdited by Pramod Tiwari
2 min read

Quick Answer

To combine two columns in Excel, use a formula such as =A2&" "&B2, then fill it down. Use TEXTJOIN if you need separators and want to ignore blanks.

What You Need

  • Excel worksheet
  • Two columns to combine
  • Blank result column
  • Separator such as space or comma if needed
  • Backup for important data

Safety Precautions

  • Do not overwrite original columns until you verify the combined results.
  • Use Paste Values before deleting source columns.
  • Check blank cells and extra spaces.
  • Review formulas before sorting or filtering.

Step-by-Step Instructions

  1. Step 1

    Insert result column

    Add a blank column where the combined text will appear.

  2. Step 2

    Write formula

    Type =A2&" "&B2 to combine cells with a space.

  3. Step 3

    Change separator

    Replace the space with comma, dash, or no separator as needed.

  4. Step 4

    Fill down

    Drag or double-click the fill handle to copy the formula.

  5. Step 5

    Check results

    Look for extra spaces, blanks, or missing values.

  6. Step 6

    Paste values

    If you need fixed text, copy the formula results and paste as values.

  7. Step 7

    Keep or remove sources

    Delete source columns only after confirming the pasted values.

Practical Example

Example: You combine first name in A2 and last name in B2 with =A2&" "&B2 to create a full name.

Common Mistakes

  • Deleting source columns before paste values
  • Forgetting separator quotes
  • Overwriting data
  • Leaving extra spaces
  • Not filling down all rows
  • Sorting formulas without checking references

Troubleshooting

Formula shows as text

Change the cell format to General and re-enter the formula.

Extra spaces appear

Use TRIM around the formula result or clean source cells.

Blank cells cause awkward separators

Use TEXTJOIN with ignore blanks if available.

Results disappear after deleting columns

Paste formula results as values before deleting source data.

FAQs

What formula combines two cells?

=A2&" "&B2 combines A2 and B2 with a space.

Can I combine columns with commas?

Yes, use =A2&", "&B2.

What does TEXTJOIN do?

TEXTJOIN combines values with a separator and can ignore blanks.

Can Flash Fill combine columns?

Yes, type an example result and use Flash Fill if Excel recognizes the pattern.

Help us improve this guide

Tell us about an outdated instruction, unclear step, broken link or safety concern. Do not include passwords, account numbers, medical records or other sensitive information.

Email a correction or suggestion