I have one table with the following values
I would like something like this:
What I mean is that I will rank the values using the data in column B, but if the column B has equal values, the formula will rank using as parameter the name in alphabetical order.
Luthius
Code:
Name Points
Mary 12
John 16
Joseph 15
Hilary 16
Richard 13
I would like something like this:
Code:
Name Points Rank
Mary 12 1º
John 16 5º
Joseph 15 3º
Hilary 16 4º
Richard 13 2º
What I mean is that I will rank the values using the data in column B, but if the column B has equal values, the formula will rank using as parameter the name in alphabetical order.
Luthius