Tied ranking
Solved
Zonteo
Posted messages
111
Status
Member
-
kamalkay -
kamalkay -
Good evening.
I am looking for the formula that allows me to find the rank with ties in the following form:
Example: 3rd ex
I know how to proceed to find 3rd, but my difficulty lies in the last element which is "ex" (ex-aequo).
I tried using data validation or conditional formatting, but I couldn't succeed.
Hoping for a favorable response to my request, I send you my best wishes for the year 2019.
Here is the link to my sample file.
https://www.cjoint.com/c/HLFqSgPFR1L
I am looking for the formula that allows me to find the rank with ties in the following form:
Example: 3rd ex
I know how to proceed to find 3rd, but my difficulty lies in the last element which is "ex" (ex-aequo).
I tried using data validation or conditional formatting, but I couldn't succeed.
Hoping for a favorable response to my request, I send you my best wishes for the year 2019.
Here is the link to my sample file.
https://www.cjoint.com/c/HLFqSgPFR1L
3 answers
-
Hello Zonteo
Use this formula:
=RANK(C2;$C$2:$C$10;0) & IF(COUNTIF($C$2:$C$10;C2)>1;" ex";"")
Best regards
Via
--
"Imagination is more important than knowledge." A. Einstein -
Good evening
what exactly do you want to do
if you use the formula:
=RANK(C2;$C$2:$C$10) on the height of your data, you will get the rank of ties, but of course since there are two firsts and two sixths, there is neither second nor seventh
so please specify what you expect
looking forward to hearing from you
best regards
-
Hello,
With:=RANK(C2;$C$2:$C$10) & IF(COUNTIF($C$2:$C$10;C2)>1;" ex";"")
--
Best regards
Patrice-
-
-
Good evening.
I don't even have a voice or words to thank you.
I have one last favor to ask you.
I would like to know how to translate this formula into an Access query?
It is the formula you just sent me, which is as follows:
=RANK(C2,$C$2:$C$10) & IF(COUNTIF($C$2:$C$10,C2)>1,"ex","")
I would like it, if possible with your agreement, in an Access query.
Happy New Year 2019.
Thank you.
-