This section includes 3 how-to topics for entering the function, filling in arguments from syntax hints, and completing cross-sheet or nested calculations; choose a topic from the index and follow the steps.
How-to Index
| # | Topic | Membership |
|---|---|---|
| 1 | 1. Enter the MIN function | Free |
| 2 | 2. Fill in arguments with syntax hints | Free |
| 3 | 3. Use cross-sheet references or nested formulas | Free |
How-to Guide
1. Enter the MIN function
Entry point: Formulas tab → Formula bar
- Open WPS AirSheet and select the cell where you want to show the result.
- Type
=in the formula bar or directly in the cell. - Continue by typing
MIN(. - Check the on-screen syntax hint and get ready to enter arguments.
Success Criteria
- UI state: The cell enters formula input mode and shows
=MIN(. - Next actions: A syntax hint appears, and you can continue entering arguments.
Tips While Using
- Common mistakes: If you do not type
=first, the content may be treated as plain text.- Environment limits: You need to work in an editable spreadsheet cell.
2. Fill in arguments with syntax hints
Entry point: The target cell after =MIN( has been entered
- Enter the arguments you want to calculate based on the syntax hint.
- You can enter a single value, a cell reference, or a cell range.
- Check that parentheses and separators are complete.
- Press Enter to confirm the formula.
Success Criteria
- UI state: The target cell shows the calculation result.
- Next actions: When you select the cell again, you can view the full formula in the formula bar.
Tips While Using
- Common mistakes: If parentheses are not closed or separators are incomplete, the formula may return an error.
- Environment limits: The argument content should meet the function's calculation requirements.
3. Use cross-sheet references or nested formulas
Entry point: Formula bar
- Enter a MIN formula in the target cell.
- Reference cells or ranges from other worksheets as needed.
- If you need a combined calculation, nest MIN with other functions.
- Press Enter and check whether the result updates automatically when the source data changes.
Success Criteria
- UI state: The cell shows the final calculation result.
- Next actions: After you change referenced data, the result recalculates automatically.
Tips While Using
- Common mistakes: An incorrect reference range can cause unexpected results.
- Environment limits: When using cross-sheet references, make sure the related worksheet data exists.