Hi,
I am trying to rank some data in column A from highest value to lowest value. Each rank value must be unique. I have sorted the data by col A descending. Some of the values in column A are the same, but most are different.
in all cases the unique rank formula works perfectly, except for the value in cell B237. I have used the following formula...
=RANK(A2,$A$2:$A$426,0)+COUNTIF(A$2:A2,A2)-1
but can't work out why this rank value is incorrect. It should be 236.
Any help in solving this simple problem would be appreciated.
Regards
GB
I am trying to rank some data in column A from highest value to lowest value. Each rank value must be unique. I have sorted the data by col A descending. Some of the values in column A are the same, but most are different.
in all cases the unique rank formula works perfectly, except for the value in cell B237. I have used the following formula...
=RANK(A2,$A$2:$A$426,0)+COUNTIF(A$2:A2,A2)-1
but can't work out why this rank value is incorrect. It should be 236.
Any help in solving this simple problem would be appreciated.
Regards
GB