EXCEL BIN2OCT FUNCTION

The Bin2Oct function in Excel transforms a Binary (Base 2) number to an Octal (Base 8) value.

Syntax:

=BIN2OCT( number[places] )

Parameter:

The following are the function arguments:

 number:

The binary value to be translated to octal.

[places]:

An optional parameter that defines the amount of characters to be included in the returned octal number.If this value is larger than zero, the octal number will be padded with leading zeros. If omitted, the resulting octal utilises the fewest possible places.

Example:

The spreadsheets below demonstrate five uses of the Excel Bin2Oct function.

Related Functions

HLOOKUP Function

HLOOKUP Function

Explore Now

VLOOKUP Function

VLOOKUP Function

Explore Now

INDEX Function

INDEX Function

Explore Now

MATCH Function

MATCH Function

Explore Now

DATE Function

DATE Function

Explore Now

IF Function

IF Function

Explore Now

OR Function

OR Function

Explore Now

AND Function

AND Function

Explore Now

RANK Function

RANK Function

Explore Now

SUMIF Function

SUMIF Function

Explore Now

XIRR Function

XIRR Function

Explore Now

WORKDAYS Function

WORKDAYS Function

Explore Now