GESTEP function

Category: Engineering
Introduced: Excel 365

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.

Example

=GESTEP(5, 4)
=GESTEP(5, 5)
=GESTEP(-4, -5)
=GESTEP(-1)

Microsoft Support Page

https://support.microsoft.com/en-us/office/gestep-function-f37e7d2a-41da-4129-be95-640883fca9df

Back to Functions