Skip to Content

BIN2OCT

Converts a binary number to octal

Syntax

BIN2OCT(number, [places])

Parameters

  • number: Required. The binary number you want to convert
  • places: Optional. The number of characters to use

Example

=BIN2OCT(1001, 3)
Returns: StringSince: Excel 2003