Converts a binary number to hexadecimal
=BIN2HEX(number, [places])
| 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. |