Manuals/calci/DEC2OCT
DEC2OCT(SomeNumber, NumberPlaces)
where,
SomeNumber - is the decimal number.
NumberPlaces - is the number of characters.If omitted then it use minimum number of characters.NumberPlace is use for adding to return value with leading zeros.
Calci converts a decimal number to octal.
If SomeNumber and NumberPlaces are non-numeric, DEC2BIN returns the#ERROR.
If the NumberPlaces is a negative, it returns the #ERROR.
If NumberPlaces > LengthofSomeNumber then returns #ERROR.
DEC2OCT
Lets see an example in (Column1, Row1)
=DEC2OCT(68,3)
DEC2OCT converts 68 to 104 upto 3 charcacters.
Syntax
Remarks
Examples
Description
Column1 | Column2 | Column3 | Column4 | |
Row1 | 104 | |||
Row2 | ||||
Row3 | ||||
Row4 | ||||
Row5 | ||||
Row6 |