Syntax
| Parameter | Description |
|---|---|
| number | Parameter of the GESTEP function. |
| [step] | (Optional.) Parameter of the GESTEP function. |
Examples
Test if value meets threshold
=GESTEP(5, 4)
Value below threshold
=GESTEP(3, 5)
Count values meeting a minimum
=SUMPRODUCT(GESTEP(B1:B50, 75))
Common Errors
Either argument is non-numeric text.
Tips
GESTEP(5) returns 1 because 5 >= 0. When step is omitted, it defaults to 0, so it tests whether the number is non-negative.
=GESTEP(score, 70) returns 1 for passing scores and 0 for failing, without needing an IF formula. Clean and concise.
Like DELTA, GESTEP returns 0 or 1 instead of TRUE/FALSE. This makes it directly usable in multiplication and SUMPRODUCT without conversion.
Try GESTEP in Viztab
Import your data and use GESTEP with 370+ other formulas. No signup required.
Open Viztab