Converts the specified numeric value to text, according to the specified format.
Syntax
Copy Code
|
|---|
TEXT( Number n, Text format ) → Text |
For additional information about the format parameter and formatting in general, check Formatting.
Formula
Copy Code
|
|---|
=TEXT(A1,"$0.##") |