How to Add Double Quotes and Comma in Excel with CONCATENATE Function: 2 Easy Formulas

Method 1 – Insert Double Quotes and Comma within CONCATENATE Formula

Steps:

  • Select the E5 cell.
  • Write the following formula in the formula bar. Hit the Enter button.
=CONCATENATE("""",B5,"""",", ","""",C5,""""," are ", D5," letters ")

Insert the CONCATENATE Function to Add Double Quotes and Comma in Excel Concatenate

  • Get the desired result for the 5th row’s inputs.
  • Place your cursor in the bottom-right position of the cell and drag the fill handle below upon its appearance.

Drag Fill Handle to Copy the Same Formula

The formula will be copied to all cells below, and you will get your desired result for the whole input dataset. The result should look like this.

Inserted Double Quotes and Comma in Excel Concatenate


2. Combine CHAR and CONCATENATE Functions

Steps:

  • Click on the E5 cell.
  • Insert the following formula and hit the Enter button.
=CONCATENATE(CHAR(34),B5,CHAR(34),",",CHAR(34),C5,CHAR(34)," are ",D5," letters ")

Combine the CONCATENATE and CHAR Function to Add Double Quotes and Comma in Excel Concatenate

Formula Breakdown:

  • CHAR(34),B5,CHAR(34),”,”,CHAR(34),C5,CHAR(34),” are “,D5,” letters “

It returns double quotes and the following cell values. The result would not be shown this time as the format is unrecognizable to show any result.

Result: Nothing.

  • =CONCATENATE(CHAR(34),B5,CHAR(34),”,”,CHAR(34),C5,CHAR(34),” are “,D5,” letters “)

It concatenates every value from the previous breakdown results.

Result: “A”, “B” are English letters.

  • Get your desired result for the first inputs.
  • For all the desired outputs, you need to copy the same formula.
  • Place your cursor in the bottom right position of the E5 cell.
  • A black fill handle will appear. Drag it downward to copy the same formula below.

Drag the Fill Handle to Copy the Same Formula

All your output cells will now contain your desired outputs per their inputs. The result would look like this.

Added Double Quotes and Comma in Excel Concatenate


More Ways to Add Double Quotes and Comma in Excel

Method 1 – Use Ampersand (&) Operator Functionality

Steps:

  • Click on the C5 cell.
  • Insert the following formula and press the Enter button.
=""""&B5&""""&", "&""""&C5&""""&" are "&D5&" letters "

Use the Ampersand (&) Operator to Add Double Quotes and Comma in Excel Concatenate

  • Get your desired result in the E5 cell.
  • Place your cursor in the bottom right position of the cell.
  • A black fill handle will appear. Drag it downward to copy the same formula.

Drag the Fill Handle Downward to Copy the Same Formula

Add double quotes and commas in Excel concatenate. For instance, the outcome should look like this.

Added Double Quotes and Comma in Excel Concatenate


Method 2 – Merge CHAR Function and Ampersand (&) Operator

Steps:

  • Left-click your mouse on the E5 cell.
  • Enter the following formula in the formula bar.
=CHAR(34)&B5&CHAR(34)&","&CHAR(34)&C5&CHAR(34)&" are "&D5&" letters "
  • Press the Enter button.

Merge the Ampersand (&) Operator and the CHAR Function

  • Get your desired result for the first inputs.
  • Place your cursor in the bottom right position of the cell.
  • A black fill handle will appear. Drag it down to copy the same formula.

Drag Fill Handle Below to Copy Same Formula

Get all your desired results for all the inputs. The outcome should look like this.

Added Double Quotes and Comma in Excel Concatenate

 


Download Practice Workbook

You can download and practice from our workbook here for free!



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

Get FREE Advanced Excel Exercises with Solutions!
Tanjim Reza
Tanjim Reza

Md. Tanjim Reza Tanim, a BUET graduate in Naval Architecture & Marine Engineering, contributed over one and a half years to the ExcelDemy project. As an Excel & VBA Content Developer, he authored 100+ articles and, as Team Leader, reviewed 150+ articles. Tanim, leading research, ensures top-notch content on MS Excel features, formulas, solutions, tips, and tricks. His expertise spans Microsoft Office Suites, Automating Finance Templates, VBA, Python, and Developing Excel Applications, showcasing a multifaceted commitment to the... Read Full Bio

2 Comments
  1. How can you quickly add single quotes and separate with a comma, for a single data set and column. I have data from SQL where I only need to utilize data from 1 column when I export to Excel, but I need to add single quotes and separate with a comma. Any help would be great.

    • Hello TOM,
      Thanks for your comment.

      Suppose, you have the following dataset with data in a single column in cells B5:B8. You want to add single quotes and separate them with a comma in cell B11. So, use the following formula with the CONCATENATE function in cell B11:

      =CONCATENATE(“‘”,B5,”‘”,”, “,”‘”,B6,”‘”,”, “,”‘”,B7,”‘”,”, “,”‘”,B8,”‘”)

      Using CONCATENATE function

      Press Enter to get the desired output.

      If you have other queries let me know in the comment.
      Regards,
      Sajid Ahmed
      Exceldemy

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo