I am trying to do a worksheet with a table of 2 columns: column 1 contains the names of my team students and column 2 contains the marks they obtain every event. I need this table to update both columns according to the marks with highest first. I managed to a point, until there are two students with the same amount of marks. At this point, while the number of students remain the same, if for example there are 3 students with the same marks, the table populate with 3 rows showing the same "first" name it finds and repeat that name for 3 times instead of changing the names. I am using the VLOOKUP function with embedded LARGE function. How can I go around it so that if there are more than 1 student with the same amount of marks, the table will show the next student's name not the first one for all the cells showing the same amount of marks? thanks to everyone.