DEC2BIN
Definition: DEC2BIN is a function that converts a decimal number to a binary number.
Syntax: =DEC2BIN(number, [places])
Situation: This formula is suitable when you need to convert a decimal number to a binary number.
Example: If you have a decimal number 10, the binary equivalent can be found using the formula =DEC2BIN(10), which returns 1010.