You can convert octal numbers into decimal numbers Octal numbers contain 0 to 7 values OCT2DEC Function has a limit of 777 octal numbers If you write more than 777 characters it will return #NUM error Syntax of OCT2DEC…
You can convert octal numbers into binary numbers The binary numbers contain only 0 and 1 values Octal numbers contain 0 to 7 values OCT2BIN Function has a limit of 777 octal numbers If you write more than 777 characters i…
You can convert octal numbers into hexadecimal numbers The hexadecimal numbers contain only 0 and F values Octal numbers contain 0 to 7 values OCT2HEX Function has a limit of 777 octal numbers If you write more than 777 ch…
You can convert binary number to a decimal number. The binary number contains only 0 and 1 values. Decimal pattern is 8 4 2 1. It has a limit of 10 characters If you write 10 times 1 it will return -1 Syntax =BIN…
You can convert Decimal numbers into binary numbers The binary numbers contain only 0 and 1 values DEC2BIN Function has a limit of 511 Decimal numbers If you write more than 511 characters it will return #NUM error Synt…