Returns a given number with the specified decimal places, formatted as text.
Syntax
number: The number you want to return as text. E.g. 12534.5
decimals: The number of decimal places to return. Defaults to 2 if omitted. E.g. 3
omit_separators: Decides whether the result must contain a thousands separator. Defaults to FALSE if omitted.
TRUE - Excludes the thousands separator
Examples
Formula | Result |
=FIXED(A2;B2;0) | 12,534.500 |
=FIXED(A3;;1) | 53341.13 |
=FIXED(A4;B4) | -65.0 |
Possible Errors
Errors | Meaning |
#N/A! |
|
#NAME! |
|
#VALUE! |
|
#REF! |
|
Similar Functions