Use RANGK.EQ in 4 topics, all available in WPS Spreadsheet without membership, and follow the How-to Index to complete each task.
How-to Index
| No. | Topic | Membership Requirement |
|---|---|---|
| 1 | 1. Enter the RANGK.EQ function | Free |
| 2 | 2. Set the ranking order | Free |
| 3 | 3. Fill ranking results down | Free |
| 4 | 4. Check and refresh calculation results | Free |
How-to Guide
1. Enter the RANGK.EQ function
Entry point: Select the target cell → formula bar
- Open WPS Spreadsheet and go to the worksheet where you want to calculate rankings.
- Select the cell where the ranking result should appear.
- Type
=RANGK.EQ(. - Enter the value cell and comparison range, for example
=RANGK.EQ(A2,$A$2:$A$10). - Type the closing parenthesis and press Enter.
Success Criteria
- Interface result: The target cell shows a ranking result.
- Next action: You can continue editing the formula or fill it down to other rows.
Tips While Using
- Common mistake: Missing the equal sign, parentheses, or range reference can prevent the formula from calculating correctly.
- Environment note: The comparison range should contain values that can participate in calculation.
2. Set the ranking order
Entry point: Select the result cell → formula bar
- Select the cell that already contains the RANGK.EQ formula.
- Add the third argument after the second argument in the formula.
- Enter
0, or leave the third argument omitted, for descending rank order. - Enter
1for ascending rank order. - Press Enter and review the updated result.
Success Criteria
- Interface result: The ranking result updates when the order changes.
- Next action: You can switch between high-to-low and low-to-high ranking as needed.
Tips While Using
- Common mistake: Putting the order argument in the wrong position may break the formula structure.
- Environment note: Use the same order setting in one ranking column for easier comparison.
3. Fill ranking results down
Entry point: Use the fill handle at the lower-right corner of the first result cell
- Enter the first RANGK.EQ formula in the top result cell.
- Make sure the comparison range uses an absolute reference such as
$A$2:$A$10. - Move the pointer to the lower-right corner of the result cell.
- Drag the fill handle downward to copy the formula to other rows.
- Check whether each row returns the expected rank.
Success Criteria
- Interface result: Multiple rows display ranking results continuously.
- Next action: You can continue sorting, filtering, or combining the results with other functions.
Tips While Using
- Common mistake: If the comparison range is not locked, the range may shift after filling down.
- Environment note: Confirm the first formula result is correct before filling the rest of the column.
4. Check and refresh calculation results
Entry point: Modify source data and review the result cells
- Change one or more values that participate in the ranking.
- Check whether the RANGK.EQ result cells update automatically.
- If needed, select a result cell and review the formula in the formula bar.
- Confirm that the referenced range still covers the full data set.
- Save the workbook to keep the latest ranking results.
Success Criteria
- Interface result: Ranking results update after source data changes.
- Next action: You can continue expanding the report or exporting the file.
Tips While Using
- Common mistake: After adding new data, the comparison range may no longer cover the full list.
- Environment note: When using cross-sheet references, confirm the referenced range is still valid.