GESTEP function

The GESTEP function returns 1 if the rate is strictly greater than or equal to the provided step value, or 0 otherwise. If no step value is provided, then the default value of 0 is used. 

Parts of a GESTEP function

GESTEP(value,[step])

Part Description Notes
value The value to test against the step number.  
step The value to be tested against. It's 0 if the argument is left blank.  [OPTIONAL]

Sample formulas

GESTEP(5, 2)
GESTEP(2)
GESTEP(-0.00001)
GESTEP(-6, -1)

Notes

If either value or step is non-numeric, GESTEP returns #VALUE!

Examples

  A B
1 Formula Result
2 GESTEP(5, 2) 1
3 GESTEP(2) 1
4 GESTEP(-0.00001) 0
5 GESTEP(-6, -1) 0

Related function

DELTA: Compare two numeric values, returning 1 if they're equal.

true
Visit the Learning Center

Using Google products, like Google Docs, at work or school? Try powerful tips, tutorials, and templates. Learn to work on Office files without installing Office, create dynamic project plans and team calendars, auto-organize your inbox, and more.

Search
Clear search
Close search
Main menu
331156446858447607
true
Search Help Center
true
true
true
true
true
35
false
false