Effortlessly Combine Text from Multiple Cells with CONCAT

One of the most useful things one might do in Microsoft Excel is combine strings of text in two or more cells into one. First and last names, addresses, or custom messages: CONCAT is the function that you use to manipulate strings.

CONCATENATE is the classic one; CONCAT, however, is the new version, available in Microsoft Excel's 365-2016, without any hiccup.


📘 What is CONCAT in Excel?

It combines two or more text strings into one. This is handy when you want to combine the contents from two cells, without the cost of losing your precious data.

Syntax

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

  • text1: The first item to combine (could be a cell reference or text)

  • text2: Optional second one to combine


✅ Example: Combine First and Last Names

Say columns A and B contain first and last names.

A
B
John
Doe
Sarah
Patel
Michael
Smith

In column C, type:

=CONCAT(A2, " ", B2)

That returns: John Doe, Sarah Patel, Michael Smith


🧠 Use Case for CONCAT

Join names/addresses/descriptions

Join ID numbers with codes

Create dynamic messages or custom sentences

Help in report creation or label generation


💡 Tips for USING CONCAT EFFECTIVELY:

Use spaces or punctuation with " ", ", ", or " - ". 

Wrap formulas with TRIM() to remove extra spaces. 

Use TEXT() to format numbers before combining. 

Example: 

=CONCAT("Invoice #", A2, " - $", TEXT(B2, "#,##0.00"))


❓Which one to use: CONCAT vs CONCATENATE vs TEXTJOIN

Function
Purpose
Availability
CONCATENATE
Legacy text join function
Excel 2013 & older
CONCAT
Modern replacement with more power
Excel 2016+
TEXTJOIN
Join with delimiters
Excel 2016+

With the CONCAT function, one can quickly clean, customize, and combine text in Excel. The small tool has great potential to boost your productivity!


🎓 Learn More with Other Levels

Take your Excel skills to the next level:


Other Articles, Tips & Tricks you would like:


Work Faster, Smarter, Productively and Efficiently with Other Levels Dashboard Template

Latest Stories

View all

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

How to Add Comments and Notes in Microsoft Excel

Enhance your spreadsheet workflow using Excel's Comments and Notes, perfect for team collaboration, remote reviews, feedback loops, and self-documenting reports. Streamline communication and reduce errors with built-in annotation tools.

Read more

Create QR Codes in Microsoft Excel Using Web Add-ins

Learn how to generate QR codes directly in Excel using Web Add-ins for interactive dashboards, inventory logs, event invites, and mobile-friendly invoices. No design software needed, just dynamic, scannable power built into your spreadsheet.

Read more