This FAQ covers 3 common question types about formula errors, syntax prompts, and unexpected results, plus a glossary of key terms.
FAQ
What should I do if the LARGE function returns an error?
- Check whether the formula starts with
=. - Check whether the parentheses, commas, and parameter count are correct.
- Confirm that the referenced range contains numeric values that can be calculated.
- Confirm that
kis greater than 0 and does not exceed the number of data points.
How do I view the parameter help for the LARGE function?
- Select any target cell.
- Type
=LARGE(. - Review the syntax prompt shown in the editing area.
- Complete the data range and rank parameter based on the prompt.
Why is the LARGE function result not correct?
- Check whether the referenced range is correct and does not miss or include extra data.
- Check whether some numbers are stored as text and convert them to numeric values if needed.
- Check whether the rank parameter matches your intended result, such as the 1st or 2nd largest value.
- If the formula is complex, test each nested part step by step.
Glossary
| Term | Definition |
|---|---|
| LARGE | A statistical function that returns the k-th largest value in a range or array. |
| array | The data range or array argument used by the LARGE function for calculation. |
| k | The rank argument in the LARGE function that specifies which largest value to return. |