CONCATENATE Function - Microsoft Support
CONCATENATE Function - Microsoft Support
Microsoft 365
SupportOffice All Microsoft
Products
Search function
Excel / Formulas and functions / More functions / CONCATENATE
Devices
Sign in
Resources
Excel for Microsoft 365, Excel for Microsoft 365 for Mac, Excel for the web,
Use CONCATENATE, one of the text functions, to join two or more text strings into one string.
Important: In Excel 2016, Excel Mobile, and Excel for the web, 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.
For example:
=CONCATENATE("Stream population for ", A2, " ", A3, " is ", A4, "/mile.")
text1 (required) The first item to join. The item can be a text value, number, or cell
reference.
Text2, ... Additional text items to join. You can have up to 255 items, up to a
(optional) 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
32
Formula Description
=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
Was this information helpful?
×
https://support.microsoft.com/en-us/office/concatenate-function-8f8ae884-2ca8-4f7a-b093-75d702bea31d 2/6
9/15/23, 2:37 PM CONCATENATE function - Microsoft Support
Data
=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.
Common Problems
Problem Description
Quotation marks Use commas to separate adjoining text items. For example: Excel will
appear in result display =CONCATENATE("Hello ""World") as Hello"World with an
string. extra quote mark because a comma between the text arguments was
omitted.
Words are jumbled Without designated spaces between separate text entries, the text
together. 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!").
Problem Description
The #NAME? error #NAME? usually means there are quotation marks missing from a
appears instead of Text argument.
the expected result.
Best practices
Do this Description
Use the ampersand & The ampersand (&) calculation operator lets you join text
character instead of the items without having to use a function.
CONCATENATE 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 The TEXT function converts a numeric value to text and
combine and format combines numbers with text or symbols.
strings.
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
Related
Was this information helpful?
×
https://support.microsoft.com/en-us/office/concatenate-function-8f8ae884-2ca8-4f7a-b093-75d702bea31d 4/6
9/15/23, 2:37 PM CONCATENATE function - Microsoft Support
Explore subscription benefits, browse training courses, learn how to secure your device, and
more.
Azure for
students
Sitemap Contact Microsoft Privacy Terms of use Trademarks Safety & eco Recycling
About our ads © Microsoft 2023