Use the SMALL function through 4 how-to topics, all available without membership; start from the How-to Index to enter the function, fill in parameters, use cross-sheet references, and build nested formulas.
How-to Index
| No. | Topic | Membership |
|---|---|---|
| 1 | 1. Enter the SMALL function | Free |
| 2 | 2. Fill in parameters by syntax | Free |
| 3 | 3. Use SMALL across worksheets | Free |
| 4 | 4. Nest SMALL inside other formulas | Free |
How-to Guide
1. Enter the SMALL function
Entry point: Formula bar or target cell
- Open WPS Spreadsheet and select the cell where you want the result to appear.
- Type the equals sign
=to start a formula. - Type
SMALL(. - Check the syntax guidance that appears and confirm the function name and parameter format.
- Continue entering parameters or keep the formula ready for the next step.
Success Criteria
- Interface result:
=SMALL(is visible in the cell or formula bar. - What you can do next: You can continue entering parameters and complete the calculation.
Tips While Using
- Common mistake: If you do not type
=first, the content may be treated as plain text.- Environment note: You need to work in an editable spreadsheet cell.
2. Fill in parameters by syntax
Entry point: A cell that already contains =SMALL(
- Enter the data range in the first argument position, such as
A2:A10. - Enter the argument separator.
- Enter the rank value in the second argument position, such as
4. - Close the formula, for example
=SMALL(A2:A10,4). - Press Enter to calculate the result.
Success Criteria
- Interface result: The cell shows the calculated result.
- What you can do next: You can copy the formula to other cells if needed.
Tips While Using
- Common mistake: Missing a closing parenthesis, leaving out a parameter, or skipping the separator can cause an error.
- Environment note: The referenced range should contain data that can be used in the calculation.
3. Use SMALL across worksheets
Entry point: Target result cell
- Select the cell where you want the result.
- Type
=SMALL(. - Switch to another worksheet and select the target data range.
- Return to the formula and add the rank parameter.
- Press Enter to complete the cross-worksheet calculation.
Success Criteria
- Interface result: The formula includes a cross-worksheet reference.
- What you can do next: When the source worksheet changes, the result can update automatically.
Tips While Using
- Common mistake: Selecting the wrong worksheet or range can produce an unexpected result.
- Environment note: The referenced worksheet should keep a valid data range.
4. Nest SMALL inside other formulas
Entry point: Target result cell
- Select the cell where you want the combined result.
- Start the outer formula.
- Insert
SMALL(...)where the nth smallest value is needed. - Check the inner and outer parentheses and the parameter order.
- Press Enter to view the final result, then observe automatic recalculation after data changes.
Success Criteria
- Interface result: The formula returns the combined calculation result correctly.
- What you can do next: You can continue adjusting either the outer or inner parameters.
Tips While Using
- Common mistake: Deep nesting can make parentheses mismatches more likely.
- Environment note: It is helpful to verify the SMALL result first before adding the outer formula.