OCT2HEX

OCT2HEX hexadecimal representation of the octal number x

Synopsis

OCT2HEX(x,places)

Arguments

x: a octal number, either as a string or as a number

places: number of digits

Description

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

Microsoft Excel Compatibility

This function is Excel compatible.

See also

HEX2OCT, OCT2BIN, OCT2DEC.