DEC2BIN Function Explained

The DEC2BIN Function in Microsoft Excel converts a decimal number to binary. It takes one argument, a decimal number, and returns a binary number as a string of up to 10 characters. The DEC2BIN Function is useful for converting decimal numbers to binary numbers for use in programming and other applications.

DEC2BIN Function Syntax

DEC2BIN(number, [places])

  • number: The decimal number that you want to convert.
  • places: (optional) The number of characters to use. If omitted, the default is 10.