How to Concatenate Cells but Keep Text Formatting in Excel

Get FREE Advanced Excel Exercises with Solutions!

In Excel, you can join the texts by using the CONCATENATE function. But, the problem arises when you need to keep the same text format after using the CONCATENATE function. In this article, I will show you how to concatenate cells but keep text formatting in Excel. I will show three methods here. I hope the methods will help you to increase your Excel skills. So, without any further delay, let’s jump into the solutions.


Download Practice Workbook

Please download the workbook to practice yourself.


3 Effective Ways to Concatenate Cells but Keep Text Formatting in Excel

Here, I will consider a dataset called Product Price of ABC Traders. The dataset has two columns, B & C called Product and Price. The Product column refers to the product names and the Price column refers to the price of the products. The text format of the C column is in currency format. The dataset ranges from B4 to C10.

dataset of excel concatenate keep text formatting


1. Using Cell Formatting

This is the first method of this article, I will use cell formatting here to how to concatenate cells but keep text formatting in Excel. I will describe the method step by step. I have added two new columns in the dataset, D & E, called corrected format and Concatenation. For your better understanding, I added relevant illustrations with the steps.

cell formatting of excel concatenate keep text formatting

Steps:

  • Select the D5 cell first.
  • write down the following formula in the selected cell.
=TEXT(C5,"$#,##0.00_);($#,##0.00)")

cell formatting of excel concatenate keep text formatting

  • After that, press the Enter key.
  • As a consequence, you will find the result just like the picture given below.
  • Now, Fill-handle the formula down from D5 to D10.

cell formatting of excel concatenate keep text formatting

  • As a result, you will find the corrected format of the price cells.

cell formatting of excel concatenate keep text formatting

  • Now, copy the following formula in the E5 cell.
=CONCATENATE(B5, " Price: ", D5)

cell formatting of excel concatenate keep text formatting

  • Now, press the Enter key.
  • You will find the result like the picture given below.
  • Then, copy down the formula from D5 to D10.

cell formatting of excel concatenate keep text formatting

  • Consequently, you will find the result like the picture given below.

cell formatting of excel concatenate keep text formatting

Read More: How to Combine Text from Two or More Cells into One Cell in Excel (5 Methods)


Similar Readings


2. Inserting Ampersand Operator

This is the second method of this article. I will use the Ampersand operator to how to concatenate cells but keep text formatting in Excel. Please follow the steps given below.

Steps:

  • First, select the D5 cell.

ampersand operator of excel concatenate keep text formatting

  • Then, write down the following formula in the cell.
=TEXT(C5,"$#,##0.00_);($#,##0.00)")

ampersand operator of excel concatenate keep text formatting

  • Press the Enter button then.
  • After that, you will get the result like the following picture.
  • Then, copy down the formula from D5 to D10.

ampersand operator of excel concatenate keep text formatting

  • Hence, you will find the corrected format of the price column.

ampersand operator of excel concatenate keep text formatting

  • Moreover, select the E5 cell and write down the following formula.
=B5 & " Price: " & D5

ampersand operator of excel concatenate keep text formatting

  • After pressing Enter, you will find the concatenation result in the E5 cell.

ampersand operator of excel concatenate keep text formatting

  • After copying down the formula, you will get the desired result in the E column.

Read More: Combine Multiple Columns into One Column in Excel


3. Use of TEXTJOIN Function

This is the last method among all three methods I need to describe. Here I will use the TEXTJOIN function to how to concatenate cells but keep text formatting in Excel. So, let’s follow the steps by step procedure.

Steps:

  • I have included the corrected format of price in this dataset.

  • Then, write down the following formula in the E5 cell.
=TEXTJOIN(" Price: ",TRUE,B5,D5)

  • Hence, press the Enter key.
  • After that, you will get the concatenated value.
  • Then, copy down the formula from E5 to E10 cell.

  • As a result, the concatenated format will appear in the last column.

Read More: How to Concatenate in Excel (3 Suitable Ways)


Things to Remember

  • You need to bear in mind that, the TEXTJOIN function can be used only in EXCEL 2019, EXCEL 2020, and Excel 365.

Conclusion

In this article, I have tried to explain, how to concatenate cells but keep text formatting in Excel. I hope, you have learned something new from this article. Now, extend your skill by following the steps of these methods. You will find such interesting blogs on our website Exceldemy.com. I hope you have enjoyed the whole tutorial. If you have any kind of queries feel free to ask me in the comment section. Don’t forget to give us your feedback.


Souptik Roy

Souptik Roy

Hello there. This is Souptik Roy. I graduated from Naval Architecture & Marine Engineering department. I am trying to explore the world of Microsoft Excel and want to increase my analytical power apart from my Engineering degree, as I have a curious mind. this is why I am trying to learn Excel Operations and write articles to help others.

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo