How to use Delta() in excel

By j Miracle

Here i will show what is the use of delta() function in Excel.

Syntax:

=delta(number1,number2)

it will checks the number1 and number2 is same or not.

If number1 and number2 are the same,then  it will returns the 1 otherwise it returns 0.

Example:

=delta(10,10)     ==> 1

=delta(1,10)     ==> 0

How to use Delta() in excel  (2874 Views)