HEX2OCT
converts hexadecimal number to octal · from excel · excel: not yet compared · sheets: not yet compared
signature
HEX2OCT(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
=HEX2OCT("F", 3) 017