Converts the specified octal (base 8) number to its decimal equivalent.
Syntax
![]() |
---|
OCT2DEC( NumberOrText x ) → Number |
If x is not a valid octal number, the function returns the #VALUE! error value. If x contains more than 10 characters (10 bits), the function returns the #NUM! error value.
Formula
![]() |
---|
=OCT2DEC(5,3) |
Function Reference
BIN2OCT Function
DEC2OCT Function
HEX2OCT Function