WorksheetFunction.GeStep (Excel)
Returns 1 if number ≥ step; otherwise, returns 0 (zero). Use this function to filter a set of values. For example, by summing several GeStep functions, you calculate the count of values that exceed a threshold.
If any argument is nonnumeric, GeStep returns the #VALUE! error value.
GeStep (Arg1, Arg2)
Dim dblGeStep As Double
dblGeStep = WorksheetFunction.GeStep(Arg1:=)
Arguments
Arg1, Arg2Arg1 - Number - the value to test against step
Arg2 - Step - the threshold value. If you omit a value for step, GeStep uses zero