Ranking with criteria

G

Guest

I have a list which I would like to rank based on a criteria. I would like
the formula to look at all FCP Units and work out the ranking of the value
against all other FCP units. Below is an example of what I am trying to
achieve.

Unit Value Rank
FCP 8700 1
MSS 6500 1
FCP 6477 2
MSS 571 2
MSS 569 3
FCP 512 3


Thanks,

Esther
 
D

Domenic

Assuming that A1:B1 contain your headers (Unit and Value), and A2:B7
contains your data, try...

C2, copied down:

=SUMPRODUCT(--($A$2:$A$7=A2),--(B2<$B$2:$B$7))+1

Hope this helps!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

RANKING alters when data is filtered 4
How to determine the ranking positions? 3
Inverse Ranking 3
Ranking Top 5 in score and percentage 1
Help with ranking 5
How to rank 9
Ranking 2
Advanced(!) Ranking 1

Top