=BIN2OCT(number, [places])
=BIN2OCT("1010")
This formula converts the binary number "1010" to its octal equivalent and returns the result "12."
=BIN2OCT("110110`, 4)
This formula converts the binary number "110110" to its octal equivalent, using 4 characters in the result, and returns the result "0066."
The BIN2OCT formula converts a binary number to its octal equivalent.