> Assuming that A1:A10 contains your data, try the following...
>
[quoted text clipped - 7 lines]
>
> Hope this helps!
Actually, with the data containing text values, I hadn't thought about
repeated data. In this case, the formula for B1 could be changed to the
following...
=(COUNTIF($A$1:$A$10,"<"&A1)+1)+(COUNTIF($A$1:A1,A1)-1)
Thanks for catching that Bob! Much appreciated! :)
> Nice Domenic, but seems to throw a wobbly with repeated data
>
[quoted text clipped - 14 lines]
> http://www.excelforum.com/member.php?action=getinfo&userid=10785
> > View this thread: http://www.excelforum.com/showthread.php?threadid=376053
Bob Phillips - 03 Jun 2005 00:01 GMT
I always like a nice solution :-).
Regards
Bob
> Actually, with the data containing text values, I hadn't thought about
> repeated data. In this case, the formula for B1 could be changed to the
[quoted text clipped - 24 lines]
> > http://www.excelforum.com/member.php?action=getinfo&userid=10785
> > > View this thread: http://www.excelforum.com/showthread.php?threadid=376053