The Gestep function in Excel checks whether a given value is bigger than a given step size and returns:
TRUE if the number of steps or If the number of steps is greater than one, the result is FALSE.
Syntax :
=GESTEP( number, [step] )
Parameters :
The following parameters are :
Example :
It is worth noting that in cell A4, the [step] parameter is removed from the function, resulting in the default value of 0. As a result, this function is identical to the function in cell A3.
#VALUE! – Occurs if one or both of the supplied arguments is not a number.
Ask Your Query