How to Add Double Quotes in Excel Concatenate (5 Easy Ways)

Here, we have a dataset containing the First Name, Last Name, and Age of some people. Now, we will show you how to add double quotes in Excel concatenate functions using this dataset.

5 Ways to Add Double Quotes in Excel Concatenate


Method 1 – Using Ampersand (&) Operator to Add Double Quotes in Excel

Here, we will concatenate the values of Column B and Column C and add double quotes.

Using Ampersand (&) Operator to Add Double Quotes in Excel

Steps:

  • Select cell D5.
  • Insert the following formula:
=""""&B5&" "&C5&""""

  • Press Enter.
  • Drag down the Fill Handle tool to AutoFill the formula for the rest of the cells.

Using Ampersand (&) Operator to Add Double Quotes in Excel

  • You will get the full Names with Double Quotes using the Ampersand (&) operator.

Read More: How to Add Single Quotes and Comma in Excel Formula


Method 2 – Use of Ampersand (&) Operator and CHAR Function to Add Double Quotes in Excel

Steps:

  • Select D5.
  • Insert the following formula:
=CHAR(34)&B5&" "&C5&CHAR(34)

Use of Ampersand (&) Operator and CHAR Function to Add Double Quotes in Excel

Here, we used the CHAR function and inserted 34 as a number that will return a single quote. Then, we added this function twice in the beginning and at the end with Cell B5 and C5 in the formula using the Ampersand (&) operator.

  • Press Enter.
  • Drag down the Fill Handle tool to AutoFill the formula for the rest of the cells.

  • You will get the value of Names with Double Quotes using the Ampersand (&) operator and CHAR function.

Use of Ampersand (&) Operator and CHAR Function to Add Double Quotes in Excel

Read More: How to Concatenate Single Quotes in Excel


Method 3 – Using CONCATENATE Function to Add Double Quotes

Steps:

  • Select D5 and insert the following formula:
=CONCATENATE("""",B5," ",C5,"""")

Using CONCATENATE Function to Add Double Quotes

We added double quotes, Cell B5, Cell C5, and a space between them using the CONCATENATE function.

  • Press Enter.
  • Drag down the Fill Handle tool to AutoFill the formula for the rest of the cells.

  • You will get the value of Names with Double Quotes using the CONCATENATE function.

Using CONCATENATE Function to Add Double Quotes

Read More: How to Add Double Quotes and Comma in Excel with CONCATENATE


Method 4 – Applying CONCATENATE and CHAR Functions to Add Double Quotes in Excel

Steps:

  • Select D5.
  • Insert the following formula:
=CONCATENATE(CHAR(34),B5," ",C5,CHAR(34))

Applying CONCATENATE and CHAR Functions to Add Double Quotes in Excel Concatenate

Here, we added double quotes, Cell B5, Cell C5 and a space between them using the CONCATENATE function. The double quotes are added by using the CHAR function.

  • Press Enter.
  • Drag down the Fill Handle tool to AutoFill the formula for the rest of the cells.

  • You will get the value of Names with Double Quotes using both CONCATENATE and CHAR functions.

Applying CONCATENATE and CHAR Functions to Add Double Quotes in Excel Concatenate


Method 5 – Use of Format Cell Feature to Add Double Quotes in Excel

We have a dataset containing the First Name and Last Name of some people. Now, we will add double quotes with these text values using the Format Cell Feature.

Use of Format Cell Feature to Add Double Quotes in Excel

Steps:

  • Select cell range B5:C11 and right-click.

  • Select Format Cells.

Use of Format Cell Feature to Add Double Quotes in Excel

  • The Format Cells box will open. Go to the Custom option.
  • Type \”@\” as a format.
  • Press OK.

  • You will get all the values of First Name and Last Name with double quotes.

Use of Format Cell Feature to Add Double Quotes in Excel


Practice Section

In this section, we are giving you the dataset to practice and learn to use these methods.

Practice Section


Download Practice Workbook


Related Articles


<< Go Back to Quotes in ExcelConcatenate Excel | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
Arin Islam
Arin Islam

Anowara Islam Arin, a graduate of Civil Engineering from Khulna University of Engineering & Technology, Bangladesh, serves as a technical content creator in the ExcelDemy project. Possessing a passion for innovation and critical thinking, she actively embraces challenges. Beyond her engineering background, Arin exhibits a keen interest in Excel, having authored numerous articles on Excel & VBA-related issues to simplify the experience for users facing obstacles in Excel. Besides, she is also interested in Advanced Excel,... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo