Convert decimal value to binary or octal or hexadecimal value
Author: Sun Last Modified: 2019-06-26
Convert decimal value to binary value
Generic formula:
=DEC2BIN(number) |
Arguments
|
Examples
=DEC2BIN(100)
Explanation:
Convert the decimal value of 100 to binary.
Return
Press Enter key to return 1100100.
Convert decimal value to octal value
Generic formula:
=DEC2OCT(number) |
Arguments
|
Examples
=DEC2OCT(100)
Explanation:
Convert the decimal value of 100 to octal.
Return
Press Enter key to return 144.
Convert decimal value to hexadecimal value
Generic formula:
=DEC2HEX(number) |
Arguments
|
Examples
=DEC2HEX(100)
Explanation:
Convert the decimal value of 100 to hexadecimal.
Return
Press Enter key to return 64
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 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 - 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
The Best Office Productivity Tools
Kutools for Excel - Helps You To Stand Out From Crowd
Kutools for Excel Boasts Over 300 Features, Ensuring That What You Need is Just A Click Away...
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, Edge and Firefox.