Excel CONCAT – Combine Text from Multiple Cells

Excel CONCAT is the modern way to merge text from two or more cells without losing data. Use it to build full names, tidy addresses, compose labels, and even create dynamic KPI titles for your dashboards—fast, clean, and formula-only.

What is CONCAT?

CONCAT joins multiple text items into one string. It replaces the older CONCATENATE function in recent Excel versions.

Syntax:

=CONCAT(text1, [text2], ...)

Quick example: full name

Marge two cells with a space in between:

=CONCAT(A2, " ", B2)

Result: John Doe, Sarah Patel, Michael Smith.

Everyday uses

  • Join names, addresses, and product descriptions.
  • Build IDs like INV-2025-001 from parts.
  • Create dynamic messages or labels for reports.
  • Prepare clean export fields for printing or mail merges.

Tips for clean results

  • Add spacing or punctuation with " ", ", ", or " - ".
  • Wrap with TRIM() to remove extra spaces.
  • Format numbers first with TEXT():
    =CONCAT("Invoice #", A2, " – $", TEXT(B2, "#,##0.00"))
  • Use IFERROR() when optional parts may be blank.

CONCAT vs. CONCATENATE vs. TEXTJOIN

Function Purpose Availability
CONCATENATE Legacy text join Excel 2013 and older
CONCAT Modern replacement; joins items Excel 2016+
TEXTJOIN Joins with a delimiter; can ignore blanks Excel 2016+

Where it helps in dashboards

  • Compose KPI cards like “Region – Product – Month” on the fly.
  • Generate chart titles that reflect current filters.
  • Create readable labels for exports and PDFs.

Keep building smarter

Explore proven layouts and components in our curated collections:

Latest Stories

View all

Excel Tips and Tricks That Boost Your SEO and Google Performance

Learn how to turn your Excel dashboards into fast, focused and visually clear reports that users love to explore. From structured tables and conditional formatting to animated presentations and infographics, these tips help you improve engagement, internal linking and overall SEO performance.

 

Read more about Excel Tips and Tricks That Boost Your SEO and Google Performance

Creative PowerPoint & Excel Templates

Explore 12 creative PowerPoint and Excel templates from Other Levels designed to enhance your presentations and dashboards with ready-to-edit visuals.

Read more about Creative PowerPoint & Excel Templates

Use Microsoft Excel on Mobile Devices Efficiently

Take your spreadsheets on the go! With Excel Mobile, manage data, edit reports, collaborate in real time, and update dashboards, right from your phone or tablet. Perfect for remote work, travel productivity, and cloud-powered business tasks.

Read more about Use Microsoft Excel on Mobile Devices Efficiently