ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Ranking (https://www.excelbanter.com/excel-worksheet-functions/182313-ranking.html)

Excelicious

Ranking
 
When I do the rank function it does it backwards. Meaning the lowest value
has a higher rank. Can this be turned around?

--
Yeah that about sums it up.

Alan

Ranking
 
Use the third argument to sort ascending or descending
=RANK(A1,$A$1:$A$10,0)
sorts descending, (also if you leave the 0 out),
=RANK(A1,$A$1:$A$10,1)
sorts ascending,
Regards,
Alan.
"Excelicious" wrote in message
...
When I do the rank function it does it backwards. Meaning the lowest
value
has a higher rank. Can this be turned around?

--
Yeah that about sums it up.



Excelicious

Ranking
 
The formula worked great, however again I cannot get the formula to copy down
as it keeps referencing orginal references.

=RANK(D3,$D$3:$J$3,1) <<<--- Works Great
=RANK(D4,$D$3:$J$3,1) <<<---- Next line still referencing D3 info.
=RANK(D5,$D$3:$J$3,1) <<<---- Next line still referencing D3 info.
=RANK(D6,$D$3:$J$3,1) <<<---- Next line still referencing D3 info.



--
Yeah that about sums it up.


"Alan" wrote:

Use the third argument to sort ascending or descending
=RANK(A1,$A$1:$A$10,0)
sorts descending, (also if you leave the 0 out),
=RANK(A1,$A$1:$A$10,1)
sorts ascending,
Regards,
Alan.
"Excelicious" wrote in message
...
When I do the rank function it does it backwards. Meaning the lowest
value
has a higher rank. Can this be turned around?

--
Yeah that about sums it up.




Alan

Ranking
 
You need to copy it across, not down, ie enter the formula in D3 and drag it
across to J4 so you aren't get D3, D4, D5 etc, but D3,E3, F3 etc.
You must have both the cell to rank and the range to rank it from in either
columns or rows, you can't mix them,
Regards,
Alan.
"Excelicious" wrote in message
...
The formula worked great, however again I cannot get the formula to copy
down
as it keeps referencing orginal references.

=RANK(D3,$D$3:$J$3,1) <<<--- Works Great
=RANK(D4,$D$3:$J$3,1) <<<---- Next line still referencing D3 info.
=RANK(D5,$D$3:$J$3,1) <<<---- Next line still referencing D3 info.
=RANK(D6,$D$3:$J$3,1) <<<---- Next line still referencing D3 info.



--
Yeah that about sums it up.


"Alan" wrote:

Use the third argument to sort ascending or descending
=RANK(A1,$A$1:$A$10,0)
sorts descending, (also if you leave the 0 out),
=RANK(A1,$A$1:$A$10,1)
sorts ascending,
Regards,
Alan.
"Excelicious" wrote in message
...
When I do the rank function it does it backwards. Meaning the lowest
value
has a higher rank. Can this be turned around?

--
Yeah that about sums it up.





T. Valko

Ranking
 
Make sure you have calculation set to automatic.

ToolsOptionsCalculation tabAutomaticOK

--
Biff
Microsoft Excel MVP


"Excelicious" wrote in message
...
The formula worked great, however again I cannot get the formula to copy
down
as it keeps referencing orginal references.

=RANK(D3,$D$3:$J$3,1) <<<--- Works Great
=RANK(D4,$D$3:$J$3,1) <<<---- Next line still referencing D3 info.
=RANK(D5,$D$3:$J$3,1) <<<---- Next line still referencing D3 info.
=RANK(D6,$D$3:$J$3,1) <<<---- Next line still referencing D3 info.



--
Yeah that about sums it up.


"Alan" wrote:

Use the third argument to sort ascending or descending
=RANK(A1,$A$1:$A$10,0)
sorts descending, (also if you leave the 0 out),
=RANK(A1,$A$1:$A$10,1)
sorts ascending,
Regards,
Alan.
"Excelicious" wrote in message
...
When I do the rank function it does it backwards. Meaning the lowest
value
has a higher rank. Can this be turned around?

--
Yeah that about sums it up.







All times are GMT +1. The time now is 06:54 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com