Skip to Content

OCT2BIN

Converts an octal number to binary

Syntax

OCT2BIN(number, [places])

Parameters

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

Example

=OCT2BIN(3, 3)
Returns: StringSince: Excel 2003