DEC2OCT

converts decimal number to octal · from excel · excel: verified match · sheets: verified match

signature

DEC2OCT(number, [places])

returns: text

argumentrequired
number required
places optional · defaults to 1

examples

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

fx =DEC2OCT(58, 3) 072

related

  • BESSELI returns modified Bessel function In(x)
  • BESSELJ returns Bessel function Jn(x)
  • BESSELK returns modified Bessel function Kn(x)
  • BESSELY returns Bessel function Yn(x)
  • BIN2DEC converts binary number to decimal
  • BIN2HEX converts binary number to hexadecimal