Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
=TEXT(A2,"#,##0.00")Computed by a real spreadsheet engine on the sample data below.
| Number | As Text |
| 1234.5 | =TEXT(A2,"#,##0.00") |
| 9876 | =TEXT(A3,"#,##0.00") |
| 0.075 | =TEXT(A4,"0.00%") |
| 42000 | =TEXT(A5,"$#,##0") |
=TEXT(A2,"#,##0.00")→1235,##0.00
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Need it for your exact data?
Describe your columns in plain English and get the precise formula for your sheet, with the right Excel or Sheets syntax.
TEXT always returns a text string. If the cell is still calculating like a number, check you used TEXT() correctly and not VALUE(). The result will be left-aligned by default, indicating it is text.
Yes. Use =TEXT(A2,"0") for no decimals or =TEXT(A2,"@") in some versions. Alternatively, concatenate with an empty string: =A2&"" converts the number to plain text.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: