Excel Convert Text to Number Not Working: How to Fix It

When Excel treats numbers as text, formulas ignore them even though they look numeric. They may align left, show a green triangle, refuse to total, or make SUM return 0.

Does this affect you?

Use this if numbers pasted from a bank export, website, CSV, PDF, or accounting tool will not calculate in Excel for Microsoft 365, Excel 2021, or Excel 2019 on Windows or Mac. Changing the cell format alone often does not convert the existing text values.

Use the error-checking button

This is the fastest fix when Excel shows the green triangle.

  1. Select the affected cells.
  2. Click the yellow warning icon beside the selection.
  3. Choose Convert to Number.
  4. Check that the values move to the right side of the cells and formulas start calculating.

If the icon does not appear, open File > Options > Formulas, enable background error checking, and make sure Number stored as text is checked.

Multiply by 1 with Paste Special

Use this when Excel does not show the warning but values still behave like text.

  1. Type 1 in an empty cell.
  2. Copy that cell.
  3. Select the text-numbers.
  4. Open Paste Special.
  5. Under Operation, choose Multiply, then click OK.
  6. Delete the helper cell after the conversion.

Use Text to Columns

This forces Excel to re-parse a whole column.

  1. Select the column or range.
  2. Open the Data tab and choose Text to Columns.
  3. Choose Delimited.
  4. Click Next twice without selecting delimiters.
  5. Click Finish.

More control

Use a helper formula when you need the original untouched

In a new column, use =VALUE(A2), fill down, then copy the results and use Paste Special > Values to replace formulas with real numbers.

Remove hidden web characters

Web data often includes non-breaking spaces. Use =VALUE(TRIM(SUBSTITUTE(A2,CHAR(160),””))) to strip them before conversion.

Check decimal and thousands separators

If the source uses commas for decimals or periods for thousands, adjust Excel separators under File > Options > Advanced or clean the characters with Find and Replace before converting.

Confirm the fix

Select the converted range and look at the Excel status bar. If Sum shows the expected total instead of 0, the cells are real numbers.

Sources

  • Microsoft Support – Convert numbers stored as text to numbers (2025)
  • Microsoft Support – Correct a formula error and other troubleshooting tips (2025)
  • Microsoft Support – VALUE function (2025)
Disclosure: This post may contain affiliate links which means I may receive a commission for purchases made through links. I will only recommend products that I have personally used! Learn more on my Private Policy page.
A thoughtful woman reads a newspaper while enjoying coffee at an indoor workspace.

DEALWEEK

SUBSCRIBE AND GET 20% OFF YOUR NEXT ORDER! OFFER ENDS SOON - DON’T MISS OUT!

We don’t spam! Read our privacy policy for more info.

Shopping Cart