Conditional Rank

CentaurSaratoga

New Member
Joined
May 10, 2010
Messages
15
Hi, Long Ago Mr.Excel Fielded a call to this board regarding "cond/rank" where a specific group (Gov't) was excluded:Rank the remaining..Works GREAT except it returns in ascending and I need Z-A Q? How to amend?

=IF(A2<>"x",SUMPRODUCT(($A$2:$A11<>"x")+0,(C2>$C$2:$C$11)+0)+1,"")

Column runs to A2-A12,C2-C12

P.S. This GREAT formula is the work of Tom Urtis :)
 

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).
Try this:
=COUNTIF($A$2:$A$11,"<>x")-IF(A2<>"x",SUMPRODUCT(($A$2:$A11<>"x")+0,(C2>$C$2:$C$11)+0)+1,"")+1

Just takes the total of the non-x items, and subtracts the rank. That should give it in reverse order.
 
Upvote 0
Thank You ! My son is off @ College and I am not familiar w/technique but I will persevere and with great people like yourselves will become an adept
amateur...
 
Upvote 0

Forum statistics

Threads
1,224,505
Messages
6,179,151
Members
452,891
Latest member
JUSTOUTOFMYREACH

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top