Syntax:=Hex(Number)
Description:Returns the hexadecimal equivalent of a number.
Example: Find the hexadecimal equivalent of the value 1 (=1)=Hex(1)Find the hexadecimal equivalent of the value 15 (=F) =Hex(15)