AI Assistant
Help Center AI Assistant is now available
Got questions about Lark? Use our AI chat to find the answers.
00:00
Click and hold to drag
Got It
Try Now

GESTEP function for Sheets

1 min read
I. Intro
The GESTEP function checks whether a given value equals or is greater than a specified step number, and returns 1 if it does. If not, the function returns 0. If the step number is not specified, the default value of 0 will be used.
II. About the function
  • Formula: =GESTEP(value,[step_number])
  • Arguments:
  • value (required): The value to evaluate whether it is equal to or greater than the step number.
  • step_number (optional): The value to be evaluated against. Assumed to be 0 if omitted.
  • Example: =GESTEP(5,2) results in 1
  • Note: If any argument does not contain a number, #VALUE! error is returned.
III. Steps
Use the GESTEP function
  1. Select a cell and click Formulas on the toolbar, then select Engineering > GESTEP. You can also directly enter =GESTEP in a cell.
  1. Enter the arguments in the cell. For example: =GESTEP(A2,0.5).
  1. Press Enter to get the result, which is 0 in this example.
  1. Drag the + icon in the lower-right corner of the cell to apply the formula to other cells.
250px|700px|reset
Delete the GESTEP function
Select the cell with the GESTEP function and press Delete.
Written by: Lark Help Center
Updated on 2022-11-02
How satisfied are you with this content?
Thank you for your feedback!
Need more help? Please contact Support.
0
rangeDom