When using SMALL, common questions usually involve syntax errors, unexpected results, cross-sheet references, and automatic recalculation; this FAQ includes 4 common questions and a glossary.
FAQ
What should I do if the SMALL function shows an error?
- Check whether the formula starts with the equals sign
=. - Check whether the parentheses are paired correctly and the arguments are separated correctly.
- Confirm that all required arguments are present and that the rank value is valid.
- Press Enter again after correcting the formula.
How can I view the parameter guidance for the SMALL function?
- Select the target cell.
- Type
=SMALL(. - Review the syntax guidance that appears while editing the formula.
- Fill in the data range and rank value as prompted.
Why is the SMALL result not correct?
- Check whether the referenced range contains text-formatted numbers or abnormal values.
- Confirm that the rank value does not exceed the number of data items.
- Check whether the formula points to the correct worksheet and range.
- If needed, update the data and confirm whether the result recalculates.
Does SMALL update automatically after data changes?
- Change a value in the source data range.
- Check whether the result cell changes at the same time.
- If it does not update, confirm that the cell still contains a valid formula.
- Check the workbook calculation status, then edit or confirm the formula again if needed.
Glossary
| Term | Definition |
|---|---|
| SMALL | A spreadsheet function that returns the nth smallest value in a dataset. |
| Argument | The input used in a function, such as a data range or rank value. |
| Cross-worksheet reference | A formula reference that uses data from another worksheet. |
| Nested formula | A formula that contains another function or formula inside it. |