Use the GESTEP function through 4 how-to topics in WPS AirSheet, all available without membership, and follow the index to complete each task step by step.
How-to Index
| # | Topic | Membership |
|---|---|---|
| 1 | 1. Enter the GESTEP function | Free |
| 2 | 2. Fill in the function arguments from the prompt | Free |
| 3 | 3. Use GESTEP in a cross-sheet formula | Free |
| 4 | 4. Nest GESTEP with other functions | Free |
How-to Guide
1. Enter the GESTEP function
Entry point: Formulas tab → formula bar
- Open WPS AirSheet and select the cell where you want the result to appear.
- Type
=to start the formula. - Continue by typing
GESTEP(. - Check whether the function list and syntax prompt appear.
- Continue entering arguments as needed.
Success Criteria
- UI state:
=GESTEP(appears in the cell or formula bar. - Next actions: You can continue entering arguments and complete the calculation.
Tips While Using
- Common mistakes: If you do not type
=first, the content may be treated as plain text.- Environment limits: This action must be done in an editable spreadsheet cell.
2. Fill in the function arguments from the prompt
Entry point: syntax prompt in the formula bar
- After typing
=GESTEP(, review the argument prompt that appears. - Enter the required arguments based on the prompt.
- Check that parentheses, separators, and argument count are complete.
- Press Enter to confirm the formula.
- Check whether the result appears in the current cell.
Success Criteria
- UI state: The cell returns a calculation result instead of remaining in an unfinished input state.
- Next actions: You can copy the formula or continue editing the arguments.
Tips While Using
- Common mistakes: Mismatched parentheses or missing separators can cause errors.
- Environment limits: Different data formats can affect the result, so confirm the referenced value type first.
3. Use GESTEP in a cross-sheet formula
Entry point: formula bar → sheet reference
- Select the target result cell and type
=GESTEP(. - Switch to another sheet that contains the data you want to reference.
- Select the cell or range to use in the calculation.
- Return to the current formula and complete the remaining arguments.
- Press Enter to finish the cross-sheet formula.
Success Criteria
- UI state: The formula includes references from another worksheet.
- Next actions: When the source data changes, the result can update accordingly.
Tips While Using
- Common mistakes: Incorrect sheet names or cell references can cause unexpected results.
- Environment limits: The referenced worksheet must exist and the reference address must be valid.
4. Nest GESTEP with other functions
Entry point: formula bar
- Select the target cell and enter the combined formula.
- Insert GESTEP where threshold logic is needed.
- Complete the outer function and the remaining arguments.
- Check whether the full formula structure is complete.
- Press Enter to confirm and review the result.
Success Criteria
- UI state: The formula returns a result normally without syntax errors.
- Next actions: You can continue copying, filling, or adjusting the nested logic.
Tips While Using
- Common mistakes: With deeper nesting, it is easy to miss parentheses or references.
- Environment limits: For longer formulas, editing in the formula bar makes the full structure easier to review.