DELTA function

Category: Engineering
Introduced: Excel 2003

Summary

Tests whether two values are equal

Syntax

DELTA(number1, [number2]) The DELTA function syntax has the following arguments:
• Number1 Required. The first number.
• Number2 Optional. The second number. If omitted, number2 is assumed to be zero.

Example

=DELTA(5, 4)
=DELTA(5, 5)
=DELTA(0.5, 0)

Microsoft Support Page

https://support.microsoft.com/en-us/office/delta-function-2f763672-c959-4e07-ac33-fe03220ba432

Back to Functions