Whole document tree
    

Whole document tree

BIN2HEX

BIN2HEX

Name

BIN2HEX -- 

Description

BIN2HEX function converts a binary number to a hexadecimal number. @places is an optional field, specifying to zero pad to that number of spaces.

If @places is too small or negative #NUM! error is returned.

This function is Excel compatible.

Examples

BIN2HEX(100111) equals 27.

See also

HEX2BIN, BIN2OCT, BIN2DEC.