GESTEP (number greater or equal to threshold value?)

Navigation:  Formulas and functions > Functions from A to Z >

GESTEP (number greater or equal to threshold value?)

Previous pageReturn to chapter overviewNext page

Syntax:

GESTEP(Number, Step)

Description:

This returns 1 if NumberStep, otherwise it returns 0.

Example:

GESTEP(41, 42) returns 0

GESTEP(42, 42) returns 1

GESTEP(42.1, 42) returns 1

See also:

DELTA