Input the formula: =BIN2OCT(1111111111). Press Enter to get the result
16.7.BIN2OCT | ||||
16.7.1. | BIN2OCT(number, Number_of_characters_to_use) converts a binary number to octal | |||
16.7.2. | =BIN2OCT(1001, 3) converts binary 1001 to octal with 3 characters | |||
16.7.3. | =BIN2OCT(1111111111) converts binary 1111111111 to octal |