About 1,850,000 results
Open links in new tab
  1. How to Concatenate and Keep Number Format in Excel

    Jul 18, 2024 · In this approach, we will combine the TEXT and TEXTJOIN functions to concatenate and keep the number format in Excel. Steps: Select cell D5. Enter the following formula to get the correct number format:

  2. How to concatenate keeping number/date formatting in Excel? - ExtendOffice

    Sep 3, 2024 · In this article we come up with several workarounds to concatenate data with keeping date or number formatting in Excel. Concatenate with keeping date format in Excel; Concatenate with keeping number (currency, percentage, decimal places, etc.) format in Excel; Concatenate with keeping date and number format with Kutools for Excel

  3. How to Keep Number Decimals When Merging with Text in Excel

    When a number merges the text directly, all the decimals of the number will stay. To keep the number with 2 decimals, and keep "0" when the number is less than 1, please use the formula below. =TEXT(B2,"0.##")&" "&A2

  4. Combine text and numbers - Microsoft Support

    To combine numbers, use the CONCATENATE or CONCAT, TEXT or TEXTJOIN functions, and the ampersand (&) operator. In Excel 2016, Excel Mobile, and Excel for the web, CONCATENATE has been replaced with the CONCAT function.

  5. How to combine cells without loosing various decimal places?

    May 10, 2018 · You can use this formula for this first row: =TEXT(A1,"0.00")&B1. This one for the second row: =TEXT(A2,"00.0")&B2. And this one for the third row: =TEXT(A3,"0.000")&B3 . Since you have multiple formats in the first column, you have to change the format in the TEXT function each time. This is really painful!

  6. Decimal places when combining content of two cells

    Aug 3, 2010 · I'm having difficulties in combining contents (exactly) of two cells (one cell is result of a formula). Explanation below: C1=A1*B1 (always numbers with two decimal places). Now, in A5, I want to combine the currency symbol € (in D1) with the result in C1.

  7. CONCATENATE Excel: 11+ Ways to Combine Text in Excel

    Feb 23, 2025 · The Excel CONCATENATE function is a formula used to combine 2 (or more) pieces of data, whether it’s manually typed text, data from a cell, column, row, or the result of another formula, into a single cell.

  8. How to Concatenate Numbers in Excel (4 Quick Formulas)

    Jul 5, 2024 · 4 simple formulas to concatenate six types of numbers in Excel. Download our practice workbook, modify data and exercise with formulas!

  9. Combining Data from Multiple Cells – Text and Numbers

    Jan 14, 2022 · This post will demonstrate a few techniques for combining text and numbers from separate cells into a single cell without losing the arithmetic functionality of the numbers. We’ll pull this off with a neat trick that enables formulas to ignore the text portion of a cell.

  10. How to Combine Text and Numbers in Excel - thebricks.com

    Excel offers a few ways to concatenate text and numbers. You can use the CONCATENATE function, or you can use the ampersand () operator. Let's break these down: CONCATENATE Function: This function allows you to join several text strings into one. For instance, =CONCATENATE("Hello", " ", "World!") results in "Hello World!".

  11. Some results have been removed
Refresh