How to Concatenate Decimal Places in Excel (5 Examples)

Concatenation is one of the most common ways to join texts and numbers in Excel. This process can make the whole process of joining multiple texts with numbers with decimals effortless. If you are curious to know how you can concatenate decimal places in Excel, then this article may come in handy for you. In this article, we will discuss how you can concatenate decimal places in Excel with elaborate explanations.


How to Concatenate Decimal Places in Excel: 5 Suitable Examples

Here we are going to present 5 suitable examples of how to concatenate decimal places in Excel combining various types of functions. The dataset that we are going to use is simple fruit names with their unit price value. For avoiding any types of compatibility issues, try to use the Excel 365 edition.

excel concatenate decimal places


1. Concatenate with Two Decimal Places

Concatenation of numbers with two decimal places is going to be shown here with the help of CONCATENATE and ROUND functions.

Steps

=CONCATENATE("The Unit price of the ",B5," is ","$",ROUND(C5,2))

Concatenate with Two Decimal Places

Formula Breakdown

CONCATENATE(“The Unit price of the “,B5,”is “,”$”,ROUND(C5,2)): This function will concatenate or join the text mentioned in the first argument, proceeded with combining the text mentioned in the cell B5 with the decimal number mentioned in cell C5 in the last argument. After then we will have the texts joined with the decimal numbers.

  • Then drag the Fill Handle to cell D7.
  • We will notice that the range of cell D5:D7 is now filled with concatenated fruit names with their decimal prices.

Read More: How to Concatenate If Cell Values Match in Excel


2. Concatenate Without Losing Decimal Places

Using the TEXT  function, we can fix decimal numbers rounding limit. Then we can easily concatenate them using an ampersand sign. There will be no loss of decimal places in this procedure.

Steps

  • To join or concatenate the text and the number with decimals, select cell D5 and enter the following formula:

="The Unit price of the "&B5&" is "&"$"&TEXT(C5,"0.000")

Concatenate Without Losing Decimal Places

  • Then drag the Fill Handle to cell D7.
  • We will notice that the range of cells D5:D7 is now filled with concatenated fruit names with their decimal prices.


3. Concatenating with TEXT Function

Using the TEXT function, we can fix decimal numbers rounding limit. Then we can easily concatenate them using an ampersand sign.

Steps

  • To join or concatenate the text and the number with decimals, select cell D5 and enter the following formula:

="The Unit price of the "&B5&" is "&"$"&TEXT(C5,"0.00")

Concatenating with TEXT Function

  • Then drag the Fill Handle to cell D7.
  • We will notice that the range of cells D5:D7 is now filled with concatenated fruit names with their decimal prices.


4. Using ROUND Function

Using the ROUND function, we can fix decimal numbers’ rounding limit. Then we can easily concatenate them using an ampersand sign.

Steps

  • To join or concatenate the text and the number with decimals, select cell D5 and enter the following formula:

="The Unit price of the "&B5&" is "&"$"& ROUND(C5,2)

Using ROUND Function to Concatenate Decimal Places in Excel

  • Then drag the Fill Handle to cell D7.
  • We will notice that the range of cells D5:D7 is now filled with concatenated fruit names with their decimal prices.


5. Combining CONCATENATE and FIXED Functions

Using the combination of FIXED and CONCATENATE, we will join or concatenate multiple text and numbers with decimals.

Steps

  • To join or concatenate the text and the number with decimals, select cell D5 and enter the following formula:

=CONCATENATE("The Unit price of the ",B5,"is ","$",FIXED(C5,2))

Combining CONCATENATE and FIXED Functions to Concatenate Decimal Places in Excel

Formula Breakdown

  • FIXED(C5,2): This FIXED function will fix the rounding of the number mentioned in the first argument. The rounding of the numbers depends upon the second argument.
  • CONCATENATE(“The Unit price of the “,B5,”is “,”$”,FIXED(C5,2)): This function will concatenate or join the text mentioned in the first argument, proceeded with joining the decimal number mentioned in the second argument.
  • Then drag the Fill Handle to cell D7.
  • We will notice that the range of cells D5:D7 is now filled with concatenated fruit names with their decimal prices.

Read More: Combine CONCATENATE & TRANSPOSE Functions in Excel


Download Practice Workbook

Download this practice workbook below.


Conclusion

To sum it up, the issue of how you can concatenate decimal places in Excel is here with 5 separate examples.

For this problem, a workbook is available to download where you can practice these methods.

Feel free to ask any questions or feedback through the comment section.


Related Articles

Get FREE Advanced Excel Exercises with Solutions!
Rubayed Razib Suprov
Rubayed Razib Suprov

Rubayed Razib, holding a BSC degree in Naval Architecture & Engineering from Bangladesh University of Engineering and Technology, serves as a devoted member of the ExcelDemy project. He has contributed significantly by authoring numerous articles and showcasing proficiency in VBA. Razib efficiently automates Excel challenges using VBA macros and actively participates in the ExcelDemy forum, providing valuable solutions for user interface challenges. Apart from creating Excel tutorials, he is interested in Data Analysis with MS Excel,... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo