- Home
- FIXED Function
FIXED Function
The FIXED function is one of the text and data functions. Is used to return the text representation of a number rounded to a specified number of decimal places.
Syntax
FIXED(number, [decimals], [no_commas])
The FIXED function has the following arguments:
Argument | Description |
---|---|
number | A number to round. |
decimals | A number of decimal places to display. It is an optional argument, if it's omitted, the function will assume it to be 2. |
no_commas | A logical value. If it is set to TRUE, the function will return the result without commas. If it is FALSE or omitted, the result will be displayed with commas. |
Notes
How to apply the FIXED function.
Examples
The figure below displays the result returned by the FIXED function.
Host ONLYOFFICE Docs on your own server or use it in the cloud
Article with the tag:
Browse all tags