GESTEP function
Summary
Tests whether a number is greater than a threshold value
Syntax
GESTEP(number, [step])
The GESTEP function syntax has the following arguments:
• Number Required. The value to test against step.
• Step Optional. The threshold value. If you omit a value for step, GESTEP uses zero.
• Number Required. The value to test against step.
• Step Optional. The threshold value. If you omit a value for step, GESTEP uses zero.
Example
=GESTEP(5, 4)
=GESTEP(5, 5)
=GESTEP(-4, -5)
=GESTEP(-1)
=GESTEP(5, 5)
=GESTEP(-4, -5)
=GESTEP(-1)