Hi everybody, from reading other threads, I understand how to rank 2 columns.
A B C
1 12 99 3
2 13 98 1
3 13 55 2
4 11 55 4
5 11 54 5
by using the following ranking formula in C1
=RANK(A1,$A$1:$A$5)+SUMPRODUCT(--($A$1:$A$5=A1),--($B$1:$B$5>B1))
My question is, how would you go about ranking from three columns? To give you the following result...
A B C D
1 12 99 23 3
2 13 98 56 1
3 13 55 22 2
4 11 55 23 4
5 11 54 65 5
Thanks,
manster
Bookmarks