I have a sheet in my workbook called Students_Record. On that sheet, I am entering a formula that refers to columns of cells (ClassDate and StudentNumber) from another sheet called Class_Record.
I want it to look through the data in these two columns. I want to find the MAX value in the ClassDate column when the StudentNumber is 1, 2, 3, etc.