I am currently a teacher and I have a database containing hundreds of students. That database has student ID numbers, student names, and scale scores for reading and math tests as shown below. I want column F to display the student's highest score and column G to display when student tested recently. I want these columns to display these data by linking them through their ID numbers. I could do that if the ID numbers were not repeated but having the same ID numbers being repeated multiple times is causing me problems.
column A column B column C column D column E column F column G
ID number last name First name Math score test date Highest score Most recent test date
1705555 Smith Joe 543 9/1/19 ? ?
1706666 Solis Juan 459 10/8/19
1773333 Jackson Devonte 654 10/14/19
1772222 Villa Maria 329 9/4/19
1778888 Bilal Issa 600 10/21/19
1705555 Smith Joe 410 8/11/19
1706666 Solis Juan 389 7/25/19
1773333 Jackson Devonte 500 8/24/19
1705555 Smith Joe 510 6/30/19