HEX2BIN
Converts a hexadecimal number to binary
Syntax
HEX2BIN(number, [places])
Parameters
- number: Required. The hexadecimal number you want to convert
- places: Optional. The number of characters to use
Example
=HEX2BIN("F", 8)Converts a hexadecimal number to binary
HEX2BIN(number, [places])
=HEX2BIN("F", 8)