=BIN2HEX(number, [places])
=BIN2HEX("1010")
This formula converts the binary number "1010" to its hexadecimal equivalent and returns the result "A."
=BIN2HEX("110110`, 4)
This formula converts the binary number "110110" to its hexadecimal equivalent, using 4 characters in the result, and returns the result "0036."
BIN2HEX converts a binary number to a hexadecimal number.