This guide includes 3 how-to topics for using PERCENTILE.EXC in WPS Spreadsheet, and all 3 are available without membership.
How-to Index
| No. | Topic | Membership Requirement |
|---|---|---|
| 1 | 1. Enter the function through the Insert Function dialog | Free |
| 2 | 2. Type the formula directly in a cell | Free |
| 3 | 3. Check syntax and parameter details | Free |
How-to Guide
1. Enter the function through the Insert Function dialog
Entry point: Formula tab → Insert Function
- Select the cell where you want to enter the formula.
- Click the fx button in the formula bar, or click Insert Function on the Formula tab.
- Search for
PERCENTILE.EXCin the dialog box. - Select the function and click OK.
- Enter the data range and percentile argument in the Function Arguments dialog box.
- Click OK to finish.
Success Criteria
- On-screen result: The target cell displays a calculated PERCENTILE.EXC result.
- What you can do next: You can edit the arguments, copy the formula, or fill it down to other cells.
Tips While Using
- Common mistake: The percentile argument must be a number between 0 and 1, excluding both endpoints.
- Environment note: If the referenced range is empty, the formula may return an error.
2. Type the formula directly in a cell
Entry point: Worksheet cell → Formula bar
- Select the cell where you want to enter the formula.
- Type
=PERCENTILE.EXC(array,k)directly in the cell or in the formula bar. - Replace
arraywith your data range andkwith the target percentile. - Press Enter to confirm.
- If needed, drag the fill handle to copy the formula to other cells.
Success Criteria
- On-screen result: The cell returns the percentile result or a recognizable error message.
- What you can do next: You can keep adjusting the range reference and percentile argument in the formula bar.
Tips While Using
- Common mistake: A wrong range reference, text-type arguments, or punctuation issues can cause formula errors.
- Environment note: When copying the formula, check whether relative and absolute references match your intended result.
3. Check syntax and parameter details
Entry point: Formula tab → Insert Function
- Click Insert Function on the Formula tab.
- Search for
PERCENTILE.EXC. - Select the function to review its syntax and parameter details.
- Check whether the data range and percentile argument are entered in the correct format.
- Open the related help entry if you need more details.
Success Criteria
- On-screen result: You can see the function name, syntax structure, and parameter description area.
- What you can do next: You can return to the worksheet and continue entering or editing the formula.
Tips While Using
- Common mistake: Checking only the function name without confirming the valid percentile range can lead to
#NUM!or#VALUE!.- Environment note: Some help content may require an internet connection to open fully.