The most often used number systems in engineering and computing are hexadecimal (base 16), decimal (base 10), octal (base 8), and binary (base 2). As a result, Excel has functions for converting numeric numbers to and from each of these systems. The Dec2Oct function in Excel transforms a decimal value to an octal (Base 8) number.
Syntax :
=DEC2OCT ( number, [places] )
Parameters :
Number :
Places :
Example :
The spreadsheets below illustrate five different uses for the Excel Dec2Oct function. It’s worth noting that the negative octal number in cell A4 in the above example spreadsheet is represented using two’s complement notation.
Ask Your Query