Converts a given octal number to binary.
Syntax
octal_number: The octal number you want to convert into binary. It can contain a maximum of 10 characters, between 0-7. Eg., 77
Remarks
When the result value not does have the specified num_of_digits , zeroes are added to the left of the result value.
Examples
|
Formula |
Result |
|
=OCT2BIN(77;12) |
000000111111 |
|
=OCT2BIN(A3) |
110110110 |
|
=OCT2BIN(A4) |
1110111 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
|
#NUM! |
|
Similar Functions