Clear, practical technology insights BSOD Code Lookup · Windows Error Code Lookup · Wi-Fi Troubleshooting · PC Troubleshooting Checklist

How to Concatenate Strings in Excel

Learn how to concatenate Strings in Excel with clear steps, practical tips, and key considerations for completing the task safely and efficiently.

Table of Contents

This guide explains how to concatenate Strings in Excel, with clear steps, practical tips, and important checks before you begin.

How to Concatenate Strings in Excel screenshot

The following article shows you two ways to concatenate strings in Excel: using the & operator and concatenating strings using the CONCATENATE function.

Method 1: Concatenate strings using the & operator

How to use the & operator to concatenate strings, you can enter the text directly as follows:

= "TipsMake" & ". vn"

Your results will be:

Method 1: Concatenate strings using the & operator screenshot 2

You can also concatenate strings in reference cells that contain the following string:

= C8 & D8 & E8

Method 1: Concatenate strings using the & operator screenshot 3

In addition, you can append spaces to text strings, for example:

= C8 & "" & D8 & "" & E8

Method 1: Concatenate strings using the & operator screenshot 4

Or you can add special characters to the string as follows:

= B6 & "@" & "gmail. com"

Method 1: Concatenate strings using the & operator screenshot 5

Method 2: Concatenate strings using the CONCATENATE function

The CONCATENATE function is a concatenated function in Excel, let's learn how to concatenate using the CONCATENATE function below.

Syntax

= CONCATENATE (text1, [text2]. )

Where: text1 is a required argument, is the first string to be paired, it can be text values, numbers or cell references.

text2 is an optional argument, being the second string to pair can have up to 255 entries (8192 characters).

Note

  • Strings are text, special characters, dates, etc., you need to enclose them in quotes, '' if the number is not in quotation marks.

For example

  • Use the CONCATENATE function to concatenate text strings and numbers.

For example screenshot 6

  • Use the CONCATENATE function to concatenate strings with cell references

For example screenshot 7

  • Use the CONCATENATE function to concatenate strings and add spaces between concatenated strings.

For example screenshot 8

  • Use the CONCATENATE function to concatenate strings and add special characters to the string.

For example screenshot 9

Above are the ways to concatenate strings in Excel that you can perform quickly. If you need to concatenate strings in Excel, you can choose one of two ways that the article guides to concatenate strings. Good luck!

FAQ

What should I know about Concatenate Strings?

Focus on the key features, requirements, limitations, and practical use cases explained in this guide.

How do I get the best results with Concatenate Strings?

Follow the recommended steps, use current software or information, confirm compatibility, and review settings before major changes.

Are there any risks or limitations?

Potential limitations depend on compatibility, data quality, cost, privacy, support, and how the product or method is used.

Discussion

Reader Comments 0

Sign in with email or Google to join the discussion.