HEX2OCT

HEX2OCT octal representation of the hexadecimal number x

Synopsis

HEX2OCT(x,places)

Arguments

x: a hexadecimal number, either as a string or as a number if no A to F are needed

places: number of digits

Description

If places is given, HEX2OCT pads the result with zeros to achieve exactly places digits. If this is not possible, HEX2OCT returns #NUM!

Microsoft Excel Compatibility

This function is Excel compatible.

See also

OCT2HEX, HEX2BIN, HEX2DEC.