![]() |
Microsoft Office Development and Consultancy |
| Home | | | Excel | | | VBA | | | C# | | | Finance | | | Tools | | | Newsletter | | | Feedback | | | Contact |
| Excel > Functions > Engineering > GESTEP |
GESTEP(number [,step]) |
| Returns the boolean value depending if a number is greater than a threshold value. |
| number | The value to test against the step value. | |
| step | (Optional) The threshold value. |
| REMARKS |
| In Excel 2007 (and later) this function has been removed from the Analysis ToolPak add-in and is available as standard. | ||
| In Excel 2003 this function is only available when you have the Analysis ToolPak add-in loaded. | ||
| If "number" >= "step", then 1 is returned. | ||
| If "number" < "step", then 0 is returned. | ||
| If "step" is left blank, then 0 is used. See Example 7 | ||
| If any of the arguments are not numeric, then #VALUE! is returned. | ||
| This function can be used to filter out values. |
| EXAMPLES |
|
| Functions - G | Index - G | Office Online 2013 | 2010 | 2007 | 2003 |
| © 2013 Better Solutions Limited. All Rights Reserved. | Top | 03-Jan-2013 |