Skip to content
Free Excel Tutorials
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Data Analysis

  • How to sum a total in multiple Excel tables
  • How To Perform and Interpret Regression Analysis in Excel
  • How to combine 2 or more chart types in a single chart in Excel
  • How To Remove Duplicates In Excel Column Or Row?
  • How to do a t-Test in Excel?

References

  • How to get relative row numbers in a range in Excel
  • Left Lookup in Excel
  • Multi-criteria lookup and transpose in Excel
  • Extract data with helper column in Excel
  • How to get last column number in range in Excel

Data Validations

  • Excel Data validation date in specific year
  • Excel Data validation require unique number
  • Excel Data validation allow uppercase only
  • Excel Data validation date in next 30 days
  • Excel Data validation allow weekday only

CONCATENATE function: Description, Usage, Syntax, Examples and Explanation

by

What is CONCATENATE function in Excel?

CONCATENATE function is one of TEXT functions in Microsoft Excel that is used to join two or more text strings into one string.

Syntax: CONCATENATE(text1, [text2], …)For example:

  • =CONCATENATE(“Stream population for “, A2, ” “, A3, ” is “, A4, “/mile.”)
  • =CONCATENATE(B2, ” “,C2)

Important: In Excel 2016, Excel Mobile, and Excel Online, this function has been replaced with the CONCAT function. Although the CONCATENATE function is still available for backward compatibility, you should consider using CONCAT from now on. This is because CONCATENATE may not be available in future versions of Excel.

Argument name Description
text1    (required) The first item to join. The item can be a text value, number, or cell reference.
Text2, …    (optional) Additional text items to join. You can have up to 255 items, up to a total of 8,192 characters.

Examples

To use these examples in Excel, copy the data in the table below, and paste it in cell A1 of a new worksheet.

Data
brook trout Andreas Hauser
species Fourth Pine
32
Formula Description
=CONCATENATE(“Stream population for “, A2, ” “, A3, ” is “, A4, “/mile.”) Creates a sentence by joining the data in column A with other text. The result is Stream population for brook trout species is 32/mile.
=CONCATENATE(B2, ” “, C2) Joins three things: the string in cell B2, a space character, and the value in cell C2. The result is Andreas Hauser.
=CONCATENATE(C2, “, “, B2) Joins three things: the string in cell C2, a string with a comma and a space character, and the value in cell B2. The result is Andreas, Hauser.
=CONCATENATE(B3, ” & “, C3) Joins three things: the string in cell B3, a string consisting of a space with ampersand and another space, and the value in cell C3. The result is Fourth & Pine.
=B3 & ” & ” & C3 Joins the same items as the previous example, but by using the ampersand (&) calculation operator instead of the CONCATENATE function. The result is Fourth & Pine.

Best practices

Do this Description
Use the ampersand & character instead of the CONCATENATE function. The ampersand (&) calculation operator lets you join text items without having to use a function.

For example,=A1 & B1 returns the same value as=CONCATENATE(A1,B1). In many cases, using the ampersand operator is quicker and simpler than using CONCATENATE to create strings.

Use the TEXT function to combine and format strings. The TEXT function converts a numeric value to text and combines numbers with text or symbols.

For example, if cell A1 contains the number 23.5, you can use the following formula to format the number as a dollar amount:

=TEXT(A1,”$0.00″)

Result: $23.50

Common Problems

Problem Description
Quotation marks appear in result string. Use commas to separate adjoining text items. For example: Excel will display =CONCATENATE(“Hello “”World”) as Hello”World with an extra quote mark because a comma between the text arguments was omitted.

Numbers don’t need to have quotation marks.

Words are jumbled together. Without designated spaces between separate text entries, the text entries will run together. Add extra spaces as part of the CONCATENATE formula. There are two ways to do this:

  • Add double quotation marks with a space between them ” “. For example: =CONCATENATE(“Hello”, ” “, “World!”).
  • Add a space after the Text argument. For example: =CONCATENATE(“Hello “, “World!”). The string “Hello ” has an extra space added.
The #NAME? error appears instead of the expected result. #NAME? usually means there are quotation marks missing from a Text argument.

Post navigation

Previous Post:

How to generate random date between two dates in Excel

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Learn Basic Excel

Ribbon
Workbook
Worksheets
Format Cells
Find & Select
Sort & Filter
Templates
Print
Share
Protect
Keyboard Shortcuts

Categories

  • Charts
  • Data Analysis
  • Data Validation
  • Excel Functions
    • Cube Functions
    • Database Functions
    • Date and Time Functions
    • Engineering Functions
    • Financial Functions
    • Information Functions
    • Logical Functions
    • Lookup and Reference Functions
    • Math and Trig Functions
    • Statistical Functions
    • Text Functions
    • Web Functions
  • Excel VBA
  • Excel Video Tutorials
  • Formatting
  • Grouping
  • Others

Logical Functions

  • Extract multiple matches into separate rows in Excel
  • IFERROR function: Description, Usage, Syntax, Examples and Explanation
  • OR function: Description, Usage, Syntax, Examples and Explanation
  • How to use IFS function in Excel
  • Not Equal To ‘<>‘ operator in Excel

Date Time

  • How to calculate nth day of week in month in Excel
  • Add workdays to date custom weekends in Excel
  • Add months to date in Excel
  • Convert text to date in Excel
  • Get days, hours, and minutes between dates in Excel

Grouping

  • Categorize text with keywords in Excel
  • Group times into unequal buckets in Excel
  • Group times into 3 hour buckets in Excel
  • How to randomly assign data to groups in Excel
  • If cell contains one of many things in Excel

General

  • Count cells that do not contain errors in Excel
  • Automatically fill series of cells in Excel using AutoFill
  • With vs Without Array Formula in Excel
  • Share Excel data with Word documents
  • How to Create Calendar in Excel
© 2025 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning