Returns 1 if the two given numbers are equal, and 0 otherwise. It is also known as the Kronecker delta function.
Syntax
number1: The first number given as input. Eg., 2
Remarks
A blank cell is considered the same as zero.
Examples
|
Formula |
Result |
|
=DELTA(2,4) |
0 |
|
=DELTA(3,3) |
1 |
|
=DELTA(2) |
0 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions