HEX2BIN Function in Excel: Excel is a spreadsheet program that is developed for Windows, Mac, Android, and iOS. It helps to perform calculations on your PC. It offers built-in formulas and functions for performing mathematical operations. If you want to convert the hexadecimal values into binary numbers, then we suggest you use the HEX2BIN function.
Let’s see the HEX2BIN Function in Excel with its basic syntax, explanation, and examples. Get the official version of MS Excel from the following link:
https://www.microsoft.com/en-in/microsoft-365/excel
Definition of HEX2BIN Function
- It is one of the built-in functions in Microsoft Excel.
- This function will convert the hexadecimal value into a binary value.
- It is the opposite of BIN2HEX Conversion.
Syntax
- Here, you will see the syntax of the HEX2BIN function.
- To apply this function on your spreadsheet, you must select a cell and enter the formula in the following format.
- Once you enter the formula, click the Enter button to get the result.
=HEX2BIN(number, [places])
Syntax Definition:
- Number – The number (hexadecimal value ) you want to convert into a binary value.
- Places – It is optional. It is used for padding the output value with leading zeros.
Note:
1) If the input is not a valid hexadecimal number, it returns #NUM! Error.
2) If you give a negative number to places, it returns #NUM! Error.
3) If places are non-numeric values, it will show #VALUE! Error.
Examples
The following are examples of the HEX2BIN function for your reference.
- Initially, you have to open your Excel workbook on your PC and launch the worksheet with data.
- For instance, we have given the input values in the range B3:B6. And we will find out the binary values that are equal to the given hexadecimal values using the HEX2BIN function.
- Then, you have to enter the formula in the cell as shown below to get the result.
- After entering the formula, you need to click the Enter button to get the output.
- Once you get the output for the first cell, then you can drag down the cell to the below to get the result of the remaining cells.
Input that Causes Error
- If the input is not a valid hexadecimal number, it returns #NUM! Error.
- If you give a negative number to places, it returns #NUM! Error value.
- If places is a non-numeric value, it will show #VALUE! Error.
Wrap-Up
In this article, you can learn the usage of the HEX2BIN Function in Excel with its syntax, description, and examples. Give your feedback in the comment section. To learn more about Excel functions, then visit our webpage, Aawexcel.com.
Video Tutorial
The following video will show you how to use the HEX2BIN function in the worksheet with a few examples.
Keep Reading:
- How to Use Excel FLOOR.MATH Function?
- How to Use Excel FLOOR Function?
- How to Use Excel CEILING.PRECISE Function?
- How to Use Excel CEILING Function?
- How to Use Excel GCD Function?