OCT2DEC in WPS on Windows FAQ

Last updated:July 20, 2026

When using OCT2DEC, the most common questions are about input format, result checking, and cell references; this FAQ covers 3 common questions.

FAQ

Why does OCT2DEC not return the expected result?

  1. Check whether the formula starts with =.
  2. Confirm that the function name is entered as OCT2DEC.
  3. Check whether the argument contains non-octal digits such as 8 or 9.
  4. Press Enter again to confirm the formula.

Can I use OCT2DEC with a cell reference?

  1. Enter the octal value in a source cell first.
  2. In the result cell, type =OCT2DEC(source_cell).
  3. Press Enter to view the result.
  4. Fill the same formula down if you need batch conversion.

Why does the result change after I edit the original value?

  1. OCT2DEC works as part of worksheet formula calculation.
  2. When the referenced cell changes, the result recalculates with the formula.
  3. If the result looks wrong, check whether the source value is still a valid octal value.

Glossary

TermDefinition
OCT2DECA function name used to convert an octal number into a decimal number.
OctalA base-8 number system that uses digits from 0 to 7.
DecimalA base-10 number system commonly used in everyday calculation.
Cell referenceA formula method that uses a cell address as an argument.