News

Excel will only produce binary numbers with up to 10 bits. This means that it can only convert decimal numbers greater than -513 and less than 512.
Under the hex heading type =BIN2HEX(A2,5). A2 is the Binary number you want to convert. 5 is the number of characters we want to use to display the result of the hexadecimal. Then press Enter to ...