This section covers 3 how-to topics: entering the function, completing a percentage-rank calculation with arguments, and using cross-sheet references with recalculation; choose a topic from the index and follow the steps.
How-to Index
| No. | Topic | Membership |
|---|---|---|
| 1 | 1. Enter the PERCENTRANK.INC function | Free |
| 2 | 2. Complete a percentage-rank calculation with arguments | Free |
| 3 | 3. Use the function with cross-sheet references and recalculation | Free |
How-to Guide
1. Enter the PERCENTRANK.INC function
Entry point: Formulas tab → formula bar
- Open WPS Spreadsheet and select the cell where you want the result to appear.
- Type
=in the cell or formula bar. - Continue with
PERCENTRANK.INC(. - Check the syntax prompt and confirm the function name and argument structure.
Success Criteria
- Interface result: The cell enters formula editing mode and shows the function name.
- Next action available: You can continue entering arguments and complete the formula.
Tips While Using
- Common mistake: The function name must start after an equals sign.
- Environment note: If the current cell is read-only, switch to an editable area first.
2. Complete a percentage-rank calculation with arguments
Entry point: Select the result cell and type the formula directly
- Type
=PERCENTRANK.INC(in the target cell. - Select or enter the data range as the first argument.
- Enter the target value whose rank you want to evaluate as the second argument.
- Add the optional significance argument if needed, then close the parenthesis.
- Press Enter to confirm and view the result.
Success Criteria
- Interface result: The result cell shows a percentage-rank value.
- Next action available: You can copy the formula to other cells or adjust the arguments further.
Tips While Using
- Common mistake: Missing parentheses, incorrect separators, or an invalid range can affect the result.
- Environment note: The referenced range should contain numeric values for calculation.
3. Use the function with cross-sheet references and recalculation
Entry point: Edit the formula in a target cell and reference data from another worksheet
- Type
=PERCENTRANK.INC(in the result cell. - Switch to another worksheet and select the data range you want to reference.
- Return to the current worksheet and continue entering the target value or another nested function.
- Press Enter to complete the formula.
- Change the source data and check whether the result updates automatically.
Success Criteria
- Interface result: The formula includes a cross-sheet reference.
- Next action available: When the source data changes, the result updates accordingly.
Tips While Using
- Common mistake: Selecting the wrong range during cross-sheet referencing changes the result.
- Environment note: If workbook calculation behavior changes, check whether the sheet has refreshed.