RANK.AVG
The RANK.AVG
function in Google Sheets returns the rank of a specified value in a dataset. If there is more than one entry of the same value in the dataset, the average rank of the entries will be returned.
Function Syntax and Parameters
Syntax: RANK.AVG(value, data, [is_ascending])
Parameters:
value
: The value for which the rank needs to be determined.data
: The dataset containing the values.[is_ascending]
: [Optional] Determines whether the ranking is done in ascending order. The default value isTRUE
.
Use Cases and Scenarios
- Sales Analysis: Determine the ranking of each product based on their sales figures.
- Academic Grades: Rank students based on their exam scores.
- Competition Standings: Calculate the rankings of participants in a sports tournament.