Excel OCT2DEC function
Function OCT2DEC
Description Excel OCT2DEC function converts Octal number system to Decimal number system.
Syntax OCT2DEC(number)
Number is the octal number and it should not be more than 10 characters. Negative numbers are returned with two’s complement method.
Example:
Usage Notes:
- OCT2DEC returns the #NUM! error value when number is not a valid octal number.