logo
excelfunctions.org
bookmarks

OCT2BIN

Converts an octal number to binary.

EngineeringEngineering & Science

What it does

Converts octal to binary.

Syntax

OCT2BIN(number, [places])

Arguments

  • number(text) β€” Octal number.

Examples

Octal to Bin

Convert 7 to binary.

FORMULA
=OCT2BIN(7)
RESULT
111
SAMPLE DATA
A
1Oct
27