DEC2OCT(x,places)
x: integer
places: number of digits
If places is given, DEC2OCT pads the result with zeros to achieve exactly places digits. If this is not possible, DEC2OCT returns #NUM!
This function is Excel compatible.
OCT2DEC, DEC2BIN, DEC2HEX.