TEXT

formats number as text with given format · from excel · excel: not yet compared · sheets: not yet compared

signature

TEXT(value, format_text)

returns: text

argumentrequired
value required
format_text required

examples

formula and result, taken from the engine's own test suite — every result below is asserted in CI, not written by hand.

fx =TEXT(0.285, "0.0%") 28.5%

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