Author: Oscar Cronquist Article last updated on May 11, 2022

The BIN2HEX function converts a binary number to hexadecimal.

Formula in cell B3:

=BIN2HEX(11001)

Excel Function Syntax

BIN2HEX(number,[places])

Arguments

number Required. The binary number you want to convert to hexadecimal.
[places] Optional. The number of characters to use. If not entered the minimum number of characters is used. Use this argument to add leading 0 (zeros).

Comments

Maximum binary values are 10 characters.