Ok... I have a gradebook, with a column of names, plus multiple columns of test grades. I am making a table that includes 3 columns: Test # / Student Name / Grade In the grade column i have put the highest grade made on each test, I have done that with the MAX function, but now I need to include the student name that goes along with that grade. I don't want to just type it in, so that in case i need to change the highest grade,the name will automatically change with it. Any ideas??