OCT2DEC
Converts an octal number to decimal.
EngineeringEngineering & Science
What it does
Converts octal to decimal.
Syntax
OCT2DEC(number)
Arguments
number(text) β Octal number.
Examples
Octal to Dec
Convert 10 to decimal.
FORMULA
=OCT2DEC(10)
RESULT
8
SAMPLE DATA
| A | |
|---|---|
| 1 | Oct |
| 2 | 10 |