OCT.TO.DEC
Converts an octal number to decimal.
Syntax
=OCT.TO.DEC(Number)
Arguments
| Name | Type | Description |
|---|---|---|
| Number | Number | The octal number to convert. |
Return
| Type | Description |
|---|---|
| Number or Error | The decimal number or a #NUM! error if given number is not a valid octal number. |
Examples
| Formula | Result | Comment |
|---|---|---|
| 44 | converts octal 54 to decimal |