GESTEP |
GESTEP(number [,step]) |
Returns the value True or False depending if the number is greater than a threshold value. |
number | The value to test against the step value. |
step | (Optional) The threshold value. |
REMARKS |
* 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. * For the Microsoft documentation refer to support.microsoft.com * For the Google documentation refer to support.google.com |
|
© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited Top