When using PERCENTRANK.EXC, common questions usually fall into 3 areas: syntax entry, unexpected results, and usage decisions; this section includes 4 frequently asked questions.
FAQ
Why does no function guidance appear after I type PERCENTRANK.EXC?
- Make sure the file is open in WPS Spreadsheet.
- Check whether you started the formula with
=. - Confirm that the function name is entered exactly as
PERCENTRANK.EXC. - Re-enter
=PERCENTRANK.EXC(in the formula bar and check again.
What should I check if the PERCENTRANK.EXC result looks wrong?
- Check whether the parentheses are complete and matched.
- Check whether the parameters are separated correctly.
- Check whether the referenced range contains data that can be calculated.
- Check whether the target value and data range match your analysis goal.
Can I use this function together with other functions?
- Yes. First enter
PERCENTRANK.EXCby itself and confirm the result. - Then use it as part of a larger nested formula.
- After that, check whether the final result updates with the referenced data.
Why does the result change after I edit the data?
- The result of PERCENTRANK.EXC depends on the current dataset.
- When the data in the referenced range changes, the relative rank changes as well.
- Review the referenced range and target value to confirm whether the updated result matches your expectation.
Glossary
| Term | Definition |
|---|---|
| PERCENTRANK.EXC | A statistical function that returns the percentage rank of a value in a dataset, excluding the 0 and 1 endpoints. |
| Parameter | The input used in a function, such as a data range, a target value, or an optional significance setting. |
| Syntax guidance | The on-screen structure hint shown while entering a function to help you complete it correctly. |
| Nested formula | A formula structure in which one function is placed inside another to complete a more complex calculation. |