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

argumentrequired
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

related

  • ASC converts full-width characters to half-width
  • BAHTTEXT spells a number as thai baht and satang
  • CHAR returns the character for a character-set code
  • CLEAN removes non-printable characters
  • CODE numeric code of the first character
  • CONCAT joins multiple text strings into one