Hello All,
Im sure you will be able able to help with the following question:
I am trying to RANK a list of data but where the number maybe the same how can i get the formula to not have duplicates... So far example below i want James to be ranked 4th and Sally 5th even though they both had the same score
[TABLE="width: 192"]
<colgroup><col width="64" span="3" style="width:48pt"> </colgroup><tbody>[TR]
[TD="class: xl63, width: 64"]Name[/TD]
[TD="class: xl63, width: 64"]Score[/TD]
[TD="class: xl63, width: 64"]Rank[/TD]
[/TR]
[TR]
[TD="class: xl63"]Scott[/TD]
[TD="class: xl63"]100[/TD]
[TD="class: xl63"]1[/TD]
[/TR]
[TR]
[TD="class: xl63"]James[/TD]
[TD="class: xl63"]59[/TD]
[TD="class: xl63"]4[/TD]
[/TR]
[TR]
[TD="class: xl63"]Sally[/TD]
[TD="class: xl63"]59[/TD]
[TD="class: xl63"]4[/TD]
[/TR]
[TR]
[TD="class: xl63"]Beth[/TD]
[TD="class: xl63"]99[/TD]
[TD="class: xl63"]2[/TD]
[/TR]
[TR]
[TD="class: xl63"]David[/TD]
[TD="class: xl63"]60[/TD]
[TD="class: xl63"]3
[/TD]
[/TR]
</tbody>[/TABLE]
I would really appreciate your support and advice on this
=RANK.EQ(C3,$C$3:$C$7,0)
Many thanks
Steve
Im sure you will be able able to help with the following question:
I am trying to RANK a list of data but where the number maybe the same how can i get the formula to not have duplicates... So far example below i want James to be ranked 4th and Sally 5th even though they both had the same score
[TABLE="width: 192"]
<colgroup><col width="64" span="3" style="width:48pt"> </colgroup><tbody>[TR]
[TD="class: xl63, width: 64"]Name[/TD]
[TD="class: xl63, width: 64"]Score[/TD]
[TD="class: xl63, width: 64"]Rank[/TD]
[/TR]
[TR]
[TD="class: xl63"]Scott[/TD]
[TD="class: xl63"]100[/TD]
[TD="class: xl63"]1[/TD]
[/TR]
[TR]
[TD="class: xl63"]James[/TD]
[TD="class: xl63"]59[/TD]
[TD="class: xl63"]4[/TD]
[/TR]
[TR]
[TD="class: xl63"]Sally[/TD]
[TD="class: xl63"]59[/TD]
[TD="class: xl63"]4[/TD]
[/TR]
[TR]
[TD="class: xl63"]Beth[/TD]
[TD="class: xl63"]99[/TD]
[TD="class: xl63"]2[/TD]
[/TR]
[TR]
[TD="class: xl63"]David[/TD]
[TD="class: xl63"]60[/TD]
[TD="class: xl63"]3
[/TD]
[/TR]
</tbody>[/TABLE]
I would really appreciate your support and advice on this
=RANK.EQ(C3,$C$3:$C$7,0)
Many thanks
Steve