View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
kounoike[_2_] kounoike[_2_] is offline
external usenet poster
 
Posts: 126
Default Ranking with Duplicates

i was wrong in my formula. A12 in RANK should be A1. But your formula is
much more simple. i think it might be better to use COUNTIF(ref, number)/2
as Correction factor for tied ranks instead of [COUNT(ref) + 1 -
RANK(number, ref, 0) - RANK(number, ref, 1)]/2 in the help

Regards
keiji

"Bernd P" wrote in message
...
=RANK(A1,A$1:A$12,1)+(COUNTIF(A$1:A$12,A1)-1)/2

Regards,
Bernd