I'm trying to use the Percentrank function and I am able to use it right as long as I define my set or group but, I need to set the group dynamically based on another column.
Column E = Teacher's Name
Column AH = Average grade through the year.
In Column AJ I want to see the PercentRank of all the students with the same teacher (Column E).
The PercentRank function requires 2 parameters, an array and the reference value to compare. I don't know how to make that array to be dynamic based on the Column E.
Column E = Teacher's Name
Column AH = Average grade through the year.
In Column AJ I want to see the PercentRank of all the students with the same teacher (Column E).
The PercentRank function requires 2 parameters, an array and the reference value to compare. I don't know how to make that array to be dynamic based on the Column E.