DELTA Function Explained
The DELTA
function in Microsoft Excel returns 1
if two values are equal, and 0
if they are not equal. It takes two arguments, which can be numbers, cell references, or ranges of cells.
DELTA Function Syntax
DELTA(number1, [number2])
- number1: The first number to compare.
- number2: (optional) The second number to compare. If omitted, number1 is compared to 0.