Please see the attached document for an example of what I'm talking about.

I have a list of statistics for a sports team (E2:I11). I want to build a summary table, showing me the leaders in each category, and the number in that statistic (A2:C5). Now the number generation is easy, I used a MAX formula to show me the largest number in a range (each column). Now I'm stuck on the name part. I want B2, B3, B4 and B5 to automatically generate with the value in column E, based on the value in column C.

For example, in the document attached, B2 should return Guillermo Johannsen, as he has the most goals (highest number in column F). B3 should return Toney Haymaker. The table with the stats in it is sorted by points, so the B4 is easy, just a cell reference. B5 should be Rene Brien.

Is this a VLOOKUP?