I'm using VBA in Excel.
I have a list of students first and last names in A and B column, and grades in columns C to K. And i need to find the average of all of these students in column L. After i found the averages, i need to find the highest average grade and the students name who has this highest grade. if theres 2 or more with the same highest grade, then i need to find them all. the result should be displayed in an message box or in lets say cell 1N.
Many many thanks in advance!
I have a list of students first and last names in A and B column, and grades in columns C to K. And i need to find the average of all of these students in column L. After i found the averages, i need to find the highest average grade and the students name who has this highest grade. if theres 2 or more with the same highest grade, then i need to find them all. the result should be displayed in an message box or in lets say cell 1N.
Many many thanks in advance!
Comment