Hi, i have two columns of data e.g

A B
1 5
3 4
2 3
3 5

What i need to do is match cloumn B highest number (5), with the highest number in column A, this should be (3) but i dont know how to do this. any help would be most welcome