ID EN
#Engineering

BIN2HEX

Excel Functions

Converts a binary number to hexadecimal

Syntax

EXCEL
=BIN2HEX(number, [places])

Arguments

Parameter Description
number The binary number you want to convert to hexadecimal.
places [optional] If omitted uses the least number of characters required to represent the number, otherwise pads the result with zeros up to the specified number of places.

Return Value

Hexadecimal number

See Also

DECIMAL