Excel BIN2OCT Function
The BIN2OCT function converts a binary number to an octal number.
Syntax
=BIN2OCT (number, [places])
Arguments
- Number (required):The binary number you want to convert to the octal equivalent.
- Places (optional): The number of characters to represent the octal number.
BIN2OCT pads the result with leading zeros to the specified number of places when necessary.
If omitted, the minimum number of characters required is used.
Return value
The BIN2OCT function returns a numeric value.
Function notes
- Number and places, the two arguments in the BIN2OCT function, should be supplied as numeric values.
- If the supplied number argument is negative, the BIN2OCT function returns a 10-character hexadecimal number regardless of the places argument.
- If the supplied places argument is not an integer, it will be truncated.
- The #NUM! error value occurs if:
- the supplied number argument is not recognized as a binary number or a numeric value.
- the supplied number argument contains more than 10 characters.
- the minimum number of characters required is greater than the supplied places argument.
- the supplied places argument < 0 or > 10.
- The #VALUE! error value occurs if the supplied places argument is non-numeric.
Examples
Supposing, you want to convert the binary numbers in the table below to octal numbers. Please do as follows.
1. Copy the formula below into cell E5.
=BIN2OCT (C5)
2. Then drag the fill handle down to the cells you want to apply this formula too. The results are as the following screenshot shows.
Notes:
- In the formula of Cell E5, the places argument is omitted and defaults to the minimum number of characters.
- We can directly input values in the two arguments in the formula. For example, the formula in cell E5 can be changed to:
=BIN2OCT(1)
- If we need to set the places argument as 6, please copy the formula below into cell E5.
=BIN2OCT (C5, 6)
Then drag the fill handle down to the cells you want to apply this formula too. The results are as the following screenshot shows.
We can see that when the supplied number argument is negative, BIN2OCT function always returns a 10-character result, ignoring the places argument.
Relative Functions:
Excel EVEN Function
The EVEN function rounds numbers away from zero to the nearest even integer.
Excel EXP Function
The EXP function returns the result of the constant e raised to the nth power.
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.