Hi, i am using this formula to rank a list of ratings and it works good because it avoids equal rankings but it ranks from lowest to highest how can i reverse that so it ranks highest to lowest.
=IF(C9="","",IF(N9="","",COUNT($N$9:$N$33)-(RANK(N9,$N$9:$N$33)+COUNTIF($N$9:N33,N33)-1)+1))
=IF(C9="","",IF(N9="","",COUNT($N$9:$N$33)-(RANK(N9,$N$9:$N$33)+COUNTIF($N$9:N33,N33)-1)+1))