DELTA
Definition: DELTA is a function that compares two values and returns 1 if the values are equal, otherwise it returns 0.
Syntax: =DELTA(value1, [value2])
Situation: This formula is suitable when you need to compare two values and determine if they are equal.
Example: If you have two values 10 and 5, the formula =DELTA(10,5) returns 0 since the values are not equal.