Bin2Hex Function
Purpose Return value Syntax =BIN2HEX(number,[places]) number - The binary number you want to convert to hexadecimal. places - [optional] If omitted uses the least number of characters required to represent the number, otherwise pads the result with zeros up to the specified number of places. Using the BIN2HEX function The input number must contain only zeros and ones and be less than 10 characters long, otherwise the function returns the #NUM!...