Converts a decimal number to binary.
Syntax
decimal_number: The decimal number to be converted to binary. It must be between -512 and 511. Eg., 478.75
Remarks
When the result value not does have the specified
num_of_digits
, zeroes are added to the left of the result value.
Examples
Formula
|
Result
|
=DEC2BIN(A2)
|
1100
|
=DEC2BIN(A3)
|
1000001100
|
=DEC2BIN(A4;12)
|
000111011110
|
Possible Errors
Errors
|
Meaning
|
#N/A!
|
|
#NAME!
|
|
#VALUE!
|
|
#REF!
|
|
#NUM!
|
|
Similar Functions
Learn how to use the best tools for sales force automation and better customer engagement from Zoho's implementation specialists.
If you'd like a personalized walk-through of our data preparation tool, please request a demo and we'll be happy to show you how to get the best out of Zoho DataPrep.
You are currently viewing the help pages of Qntrl’s earlier version. Click here to view our latest version—Qntrl 3.0's help articles.