=OCT2DEC(number)
=OCT2DEC("10")
The OCT2DEC function can be used to convert octal numbers to decimal numbers. For example, this will return the decimal result of 1.
=OCT2DEC("22")
The function can also be used with longer octal numbers. For example, this will return the decimal result of 2.
=OCT2DEC("0000000010")
The octal number does not need to be preceded by a number of zeroes. For example, this will return the decimal result of 10.
=OCT2DEC("7777777770")
The function can also handle octal numbers with many digits. For example, this will return the decimal result of 77.
=OCT2DEC("355")
The function can also handle octal numbers with three or fewer digits. For example, this will return the decimal result of "355".
OCT2DEC is a function that converts an octal number to a decimal number. It requires a number argument, which is the octal number to be converted.