![]() |
Leading the way in Microsoft Office Development |
| Home | | | Excel | | | Word | | | PowerPoint | | | Consultancy | | | Feedback | | | Contact |
| Microsoft Excel > Functions > Engineering > DELTA |
DELTA(number1, number2) |
| Returns the numerical value indicating if two numbers are equal. |
| number1 | The first number. | |
| number2 | The second number. |
| REMARKS |
| This function is only available if you have the Analysis ToolPak add-in installed. | ||
| If any of the arguments are not numeric, then #VALUE! is returned. | ||
| If "number1" = "number2", then 1 is returned. | ||
| If "number1" <> "number2", then 0 is returned. | ||
| If "number2" is left blank, then 0 is used. | ||
| This function is often used to help filter out values. | ||
| This function is also known as the Kronecker Delta function. |
| EXAMPLES |
|
| Functions - D | Index - D | Office Online |
| Copyright © 2004-2007 Better Solutions Limited. All Rights Reserved. | Top |