Syntax
| Parameter | Description |
|---|---|
| number1 | Parameter of the DELTA function. |
| [number2] | (Optional.) Parameter of the DELTA function. |
Examples
Test equality of two values
=DELTA(5, 5)
Test inequality
=DELTA(5, 4)
Count exact matches in a range
=SUMPRODUCT(DELTA(A1:A20, 100))
Common Errors
One or both arguments is non-numeric text.
Tips
DELTA(a, b) returns 1 or 0 (numbers), while a=b returns TRUE or FALSE (logical). Use DELTA when you need a numeric result for further calculations.
DELTA(5) is equivalent to DELTA(5, 0) — it tests whether the number equals zero. Useful for checking if a calculation zeroed out.
=SUMPRODUCT(DELTA(range, target)) is a clean way to count exact matches without COUNTIF. It works well in array formula contexts.
Try DELTA in Viztab
Import your data and use DELTA with 370+ other formulas. No signup required.
Open Viztab