B
BoRed79
I am trying to rank order a list of numbers, so that I can use them in an
Offset functions.
I am aware that I have some duplicate ranks in my data and have therefore
used the following formula to try to take account of these duplicates:
=RANK(U2,SportLocationList)+COUNTIF($U$2:U2,U2)-1
This works absolutely fine on all of my tables except one. On the
problematic table the function works like an ordinary rank and assigns
duplicate ranks (although ironically the ordinary rank formula assigns unique
ranks - which it shouldnt).
I am going to be using these tables as part of an automated report (where
the data will regularly change), so I would like to iron out what the problem
is.
Can anyone suggest why it might not be working on this one occasion?
Offset functions.
I am aware that I have some duplicate ranks in my data and have therefore
used the following formula to try to take account of these duplicates:
=RANK(U2,SportLocationList)+COUNTIF($U$2:U2,U2)-1
This works absolutely fine on all of my tables except one. On the
problematic table the function works like an ordinary rank and assigns
duplicate ranks (although ironically the ordinary rank formula assigns unique
ranks - which it shouldnt).
I am going to be using these tables as part of an automated report (where
the data will regularly change), so I would like to iron out what the problem
is.
Can anyone suggest why it might not be working on this one occasion?