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…
You can convert decimal numbers into octal numbers Octal numbers contain 0 to 7 values DEC2OCT Function has a limit of eight times "9" If you write nine times "9" characters it will return #NUM error …
You can convert binary numbers into hexadecimal numbers The binary numbers contain only 0 and 1 values Oct numbers contain 0 to 15 values BIN2HEX Function has a limit of 10 characters If you write more than 10 characte…
You can convert hexadecimal numbers into binary numbers The binary numbers contain only 0 and 1 values Hexadecimal numbers contain 0 to 15 values HEX2BIN Function has a limit of 10 characters(1FF in HEX) in binary numbers…
You can convert Hexadecimal numbers into decimal numbers The hexadecimal numbers contain only 0 and F values HEX2DEC Function has a limit of nine times "f" decimal numbers If you write more than ten times "…
You can convert hexadecimal numbers into octal numbers The hexadecimal numbers contain only 0 and F values Octal numbers contain 0 to 7 values OCT2HEX Function has a limit of ten times of "F" hexadecimal numbers…
You can convert decimal numbers into hexadecimal numbers The hexadecimal numbers contain only 0 and F values DEC2HEX Function has a limit of eleven times "9" decimal numbers If you write more than eleven times …
CONVERT Function will convert measurements between two units. If you want to convert the area from Hectare to Acre, weights from Pounds to Kilograms, temperature from Ferenhite to Celsius etc. Syntax of CONVERT Function …