OCT2BIN

OCT2BIN binary representation of the octal number x

Synopsis

OCT2BIN(x,places)

Arguments

x: a octal number, either as a string or as a number

places: number of digits

Description

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

Microsoft Excel Compatibility

This function is Excel compatible.

See also

BIN2OCT, OCT2DEC, OCT2HEX.