This function converts an octal number to a decimal number.
OCT2DEC(number)
Specify the octal number to convert. The number should not contain more than 10 octal characters. An error value is returned if the number is invalid.
Accepts numeric data. Returns numeric data.
OCT2DEC(7777)