Feb 21, 2013 #1 @ @Lw@y$ New member Joined Feb 21, 2013 Messages 0 Reaction score 0 Points 0 The assignment is that I have a grade sheet with students and their course averages, and I need to compute a function that gives the name of the student with the highest score. Is there a function that I could type in?
The assignment is that I have a grade sheet with students and their course averages, and I need to compute a function that gives the name of the student with the highest score. Is there a function that I could type in?
Mar 2, 2013 #2 S sheriff New member Joined Oct 11, 2008 Messages 14 Reaction score 0 Points 1 You can use sorting. Sort the cell containing marks in ascending order. This will give you the name of the student with highest marks.
You can use sorting. Sort the cell containing marks in ascending order. This will give you the name of the student with highest marks.