ReferenceFunctionsEngineering Functions
GESTEP
GESTEP: Returns `1` when a number is greater than or equal to a step value.
Summary
Returns 0 when the number is below the step.
Remarks
- If
stepis omitted, it defaults to0. - Inputs are numerically coerced.
- Propagates input errors.
Examples
Value meets threshold
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
1
Default threshold of zero
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
0
Related functions
FAQ
What default threshold does GESTEP use?
If omitted, step defaults to 0, so the function returns 1 for non-negative inputs.
Runtime metadata
Category
Engineering
Signature
GESTEP(arg1: Number, arg2…: Number)Arity
min 1, max variadic
Arguments
arg1Number · Scalar · coercion NumberLenientText
arg2Number · Scalar · coercion NumberLenientText
Caps
PURE
Source