How to Convert Number to Text with Commas in Excel (3 Methods)

Let’s explore three methods for converting numbers to text with commas in Excel. We will be working with the following dataset.

excel convert number to text with commas


Method 1 – Using FIXED Function:

  • The FIXED function converts numbers to text format with commas.
  • Follow these steps:
    • In cell C5, type the formula:
=FIXED(B5,0)

Here, the FIXED function takes the number from cell B5 and converts it into a text with commas. It also puts decimals after a number by default. As we don’t want decimals, we insert a 0 (zero) in our formula.

  • Press Enter.
  • The number in cell B5 will be converted to text with commas.

excel convert number to text with commas by fixed function

  • Use the Fill Handle to auto-fill the formula for other cells.

  • Now to understand that these numbers are converted to text, select the cells B5 to B11 and you will see a message at the bottom of your Excel sheet showing the average, count and sum of the data selected.

excel convert number to text with commas using fixed function

  • Note that selecting cells C5 to C11 will show only the count of data, indicating that these values are converted to text.

 


Method 2 – Applying the TEXT Function:

The TEXT function also converts numbers to text with commas.

Steps:

  • In cell C5, type the formula:
=TEXT(B5,"#,#")

excel convert number to text with commas using text function

Here, the TEXT function converts the number into text format, but it will not put the commas in numbers if we don’t use the “#,#” argument in the formula.

  • Press Enter.

  • Auto-fill the formula for other cells.
  • This approach quickly converts numbers to text with commas.

excel convert number to text with commas

Read More: Excel Convert Number to Text with Leading Zeros


Method 3 – Using the DOLLAR Function:

If you want to keep currency as text, use the DOLLAR function.

Steps:

  • In cell C5, type the formula:
=DOLLAR(B5)

Here the DOLLAR function takes the value of cell B5 and simply converts it into currency value. It also shows 2 decimal values as I didn’t choose 0 as decimals.

  • Press ENTER.

excel convert number to text with commas using dollar function

  • Auto-fill the formula for other cells.

  • To ensure these numbers remain as text, select cells C5 to C11 and choose Home > Number > Text.

excel convert number to text with commas

  • Now the currency values are converted to text with commas.

Read More: How to Convert Number to Text with 2 Decimal Places in Excel


Practice Section

Herewith the dataset used to illustrate these methods. Feel free to practice these techniques.

excel convert number to text with commas


Download Practice Workbook

You can download the practice workbook from here:


 

Related Articles


<< Go Back to Excel Convert Number to Text | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
Meraz Al Nahian
Meraz Al Nahian

Md. Meraz Al Nahian has worked with the ExcelDemy project for over 1.5 years. He wrote 140+ articles for ExcelDemy. He also solved a lot of user problems and worked on dashboards. He is interested in data analysis, advanced Excel, statistics, and dashboards. He also likes to explore various Excel and VBA applications. He completed his graduation in Electrical & Electronic Engineering from Bangladesh University of Engineering & Technology (BUET). He enjoys exploring Excel-related features to gain efficiency... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo