This FAQ covers 3 common question types about PERCENTILE.EXC, including argument errors, unexpected results, and batch use in worksheets.
FAQ
What should I do if PERCENTILE.EXC returns an error?
- Check whether the data range is empty or contains values that cannot be used in the calculation.
- Make sure the percentile argument is numeric and stays between 0 and 1 without using either endpoint.
- If the cells contain text, spaces, or unexpected characters, clean the data and calculate again.
Why does the result look different from what I expected?
- Confirm that the referenced data range is correct and that no cells were missed or added by mistake.
- Make sure you are using
PERCENTILE.EXCinstead of another percentile or quartile function. - Review the syntax and arguments again, or re-enter them through the Insert Function dialog.
How can I use PERCENTILE.EXC in multiple cells?
- Enter the correct formula in the first target cell.
- Select that cell and drag the fill handle to copy the formula to other cells.
- If the data range should stay fixed, use absolute references with
$in the range.
Glossary
| Term | Definition |
|---|---|
| PERCENTILE.EXC | A statistical function that returns a percentile value by excluding the endpoints. |
| array | The data range argument in the function, representing the cells or values used in the calculation. |
| k | The percentile argument, usually a number between 0 and 1, excluding 0 and 1. |