Checks whether the specified values are equal.
Syntax
Copy Code
|
|---|
DELTA( Number x, [Number y = 0] ) → Number |
If x and y are equal, returns 1; otherwise, 0. This function can be used to calculate the count of equal pairs by summing several DELTA functions.
Formula
Copy Code
|
|---|
=DELTA(1,1) |