GESTEP Function Explained

The GESTEP Function in Microsoft Excel is used to test whether a number is greater than or equal to a given step value. It returns TRUE if the number is greater than or equal to the step value, and FALSE if it is not. The syntax for the GESTEP Function is GESTEP(number, step), where number is the number to be tested and step is the step value to compare against.

GESTEP Function Syntax

GESTEP(number, step)

  • number: The value to test against the step value.
  • step: The value to test against the number value.