When using the SMALL function, common questions usually focus on formula entry, parameter setup, and result checking; this section includes 4 frequent questions and a glossary.
FAQ
What does the SMALL function do?
- SMALL returns the nth smallest value in a data range.
- The first argument is the data range, and the second argument is the rank number.
- For example,
=SMALL(A2:A10,1)returns the smallest value in that range.
Why does SMALL not return a result after I type it?
- Check whether you entered the equal sign
=before the function. - Check whether the parentheses, comma, and argument order are complete.
- Press Enter and then confirm whether the cell shows a calculated result.
How should I write the second argument in SMALL?
- The second argument is the rank from smallest to largest.
- Enter
1for the smallest value and2for the 2nd smallest value. - If the rank is larger than the number of valid values, adjust the parameter.
How do I find the nth smallest value in WPS Spreadsheet?
- Select the result cell and enter
=SMALL(data range, rank). - For example, enter
=SMALL(B2:B20,3). - Press Enter to return the 3rd smallest value in that range.
Glossary
| Term | Definition |
|---|---|
| SMALL | A spreadsheet function that returns the nth smallest value in a selected range. |
| Data range | A group of cells used in the calculation, such as A2:A10. |
| Rank parameter | The numeric argument that specifies which smallest value to return, such as 1, 2, or 3. |
| Formula editing | The process of entering a function, references, and arguments in a cell. |