Rank

  • Thread starter Thread starter Jez
  • Start date Start date
J

Jez

How can I use the Rank function in reverse? i.e. if I
have a list of figures, the lowest being the best should
be ranked 1.
 
Hi
try the following (if A1:A100 stores your values)
=RANK(A1,$A$1:$A$100,1)

this uses the third parameter of the RANK function
 

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

Back
Top