CONCATENATE function (string concatenation function) in Excel

Use the CONCATENATE function when you want to concatenate existing text strings into a single, complete text string. For the syntax and usage of the CONCATENATE function, follow the article below.

Table of Contents

Use the CONCATENATE function when you want to concatenate existing text strings into a single, complete text string. For the syntax and usage of the CONCATENATE function, follow the article below.

Picture 1 of CONCATENATE function (string concatenation function) in Excel

The article describes the syntax, how to use the CONCATENATE function in Excel.

Description

The CONCATENATE function is used to concatenate multiple strings into a single string.

Syntax

= CONCATENTE (text1, text2 .)

Inside:

- text1: the first string to connect.

- text2: is the string to connect to, up to 255 text strings to connect.

The connection string text1, text2 . can be numbers, text, or cells that refer to numbers or text, separated by commas.

Note: You can use the ampersands (&) in operators instead of CONCATENATE to concatenate strings.

For example

Concatenate text1 and text2:

= CONCATENATE (A6, B6)

Picture 2 of CONCATENATE function (string concatenation function) in Excel

Concatenate text1 and text2 with string ".vn":

= CONCATENATE (A8, B8, ". Vn")

Picture 3 of CONCATENATE function (string concatenation function) in Excel

Concatenate text1 + space + text2.

= CONCATENATE (A10, "", B10)

Picture 4 of CONCATENATE function (string concatenation function) in Excel

With simple syntax and usage, but sometimes you will need to use the CONCATENATE function to process data on Excel spreadsheets. You can easily remember the syntax of the function to use when needed. Good luck!

You've just finished reading the article "CONCATENATE function (string concatenation function) in Excel" edited by the TipsMake team. You can save concatenate-function-string-concatenation-function-in-excel.pdf to your computer here to read later or print it out. We hope this article has provided you with many useful tech tips and tricks. You can search for similar articles on tips and guides. Thank you for reading and for following us regularly.

« PREV TRIM (function to remove spaces in text) in Excel
NEXT » ABS function (absolute value calculation) in Excel