FIXED
formats a number as text with a fixed number of decimals · from excel · excel: verified match · sheets: verified match
signature
FIXED(number, [decimals], [no_commas])
returns: text
| argument | required |
|---|---|
| number | required |
| decimals | optional · defaults to 2 |
| no_commas | optional |
examples
formula and result, taken from the engine's own test suite — every result below is asserted in CI, not written by hand.
fx
=FIXED(1234.567, 1) 1,234.6