Thread: Rank Function
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.setup
azlan azlan is offline
external usenet poster
 
Posts: 2
Default Rank Function

Hi,

RANK fuction gives duplicate numbers the same rank. However, the presence of
duplicate numbers affects the ranks of subsequent numbers. For example, in a
list of integers sorted in ascending order, if the number 10 appears twice
and has a rank of 5, then 11 would have a rank of 7 (no number would have a
rank of 6). How can i adjust the formula so that number 11 would be ranked 6
instead of 7?

Thank you