Convert hexadecimal value to decimal or binary or octal value
Convert hexadecimal value to decimal value
Generic formula 1:
=HEX2DEC(text) |
Arguments
|
Examples
Formula | Description | Result |
=HEX2DEC("F1") | Convert hexadecimal value F1 to decimal value | 241 |
=HEX2DEC(B3) (Cell B3 contains 1F) |
Convert hexadecimal value 1F to decimal value | 31 |
Generic formula 2:
=DECIMAL(text,16) |
Arguments
|
Examples
=DECIMAL(“F1”,8)
Explanation:
Convert hexadecimal value F1 to decimal value.
Return
Press Enter key to return 241.
Convert hexadecimal value to binary value
Generic formula:
=HEX2BIN(text) |
Arguments
|
Examples
=HEX2BIN(“F1”)
Explanation:
Convert hexadecimal value F1 to binary value.
Return
Press Enter key to return 11110001.
Convert hexadecimal value to octal value
Generic formula:
=HEX2OCT(text) |
Arguments
|
Examples
=HEX2OCT(“F1”)
Explanation:
Convert hexadecimal value F1 to octal value.
Return
Press Enter key to return 361.
Remarks
The Text argument in formulas must be in hexadecimal value formatting, which means the character elements must be in the scale of 0-9 and A-F, or it returns #NUM! error value.
Relative Functions
- Excel DECIMAL function
The DECIMAL function converts a text representation of a number in a base into its equivalent decimal number. Take a instance, 11 is a text representation of 3 in base 2, using the formula =DECIMAL(11,2) convert 11 into decimal number 3.
Relative Formulas
- Convert decimal number to ip address
If you have a string of decimal numbers such as 192168421 that you need to convert to an IP address as192.168.42.1, how can you quickly solve this job with an Excel formula? In this article, it will introduces formulas to handle this job. - Convert decimal number to whole number
This tutorial will tell you how to use formulas to convert decimal numbers to whole numbers in Excel. - Convert binary value to decimal/octal/hex
Provides some easy formulas to convert binary value to decimal number, octal value or hex value in Excel. - Convert decimal value to binary/octal/hex
This article introduces the formulas to convert decimal numbers to binary value, octal value or hex value in Excel - Convert hex value to decimal/binary/octal
This article introduces the formulas to convert hexadecimal numbers to decimal valie, binary value, or octal value in Excel
The Best Office Productivity Tools
Kutools for Excel - Helps You To Stand Out From Crowd
Would you like to complete your daily work quickly and perfectly? Kutools for Excel brings 300 powerful advanced features (Combine workbooks, sum by color, split cell contents, convert date, and so on...) and save 80% time for you.
- Designed for 1500 work scenarios, helps you solve 80% Excel problems.
- Reduce thousands of keyboard and mouse clicks every day, relieve your tired eyes and hands.
- Become an Excel expert in 3 minutes. No longer need to remember any painful formulas and VBA codes.
- 30-day unlimited free trial. 60-day money back guarantee. Free upgrade and support for 2 years.

Office Tab - Enable Tabbed Reading and Editing in Microsoft Office (include Excel)
- One second to switch between dozens of open documents!
- Reduce hundreds of mouse clicks for you every day, say goodbye to mouse hand.
- Increases your productivity by 50% when viewing and editing multiple documents.
- Brings Efficient Tabs to Office (include Excel), Just Like Chrome, Firefox, And New Internet Explorer.
