ID EN
#Engineering

BIN2OCT

Excel Functions

Converts a binary number to octal

Syntax

EXCEL
=BIN2OCT(number, [places])

Arguments

Parameter Description
number The binary number you want to convert to octal.
places [optional] If omitted uses the least number of characters required to represent the number, otherwise pads the result with zeros up to the specified number of places.

Return Value

Octal number

See Also

DECIMAL