DEC2OCT

DEC2OCT octal representation of the decimal number x

Synopsis

DEC2OCT(x,places)

Arguments

x: integer

places: number of digits

Description

If places is given, DEC2OCT pads the result with zeros to achieve exactly places digits. If this is not possible, DEC2OCT returns #NUM!

Microsoft Excel Compatibility

This function is Excel compatible.

See also

OCT2DEC, DEC2BIN, DEC2HEX.