BIN2HEX
converts binary number to hexadecimal · from excel · excel: verified match · sheets: verified match
signature
BIN2HEX(number, [places])
returns: text
| argument | required |
|---|---|
| number | required |
| places | optional · defaults to 1 |
examples
formula and result, taken from the engine's own test suite — every result below is asserted in CI, not written by hand.
fx
=BIN2HEX(11111011, 4) 00FB