Conditional Ranking in Excel – RankIF using SumProduct

September 4, 2009
By admin

I was hunting around for a RANKIF function yesterday so I could rank a load of hospitals in terms of their cost per procedure.

RankIF

Unfortunately RANKIF isn’t one of the available functions but I managed to achieve the same effect by utilising the SUMPRODUCT function.

I wrote a SUMPRODUCT tutorial some time ago indicating how the powerful function can act as a multi conditioned SUMIF formula but it seems it can also act as a multi conditioned RANKIF formula as well.

The formula I used to achieve the above ranking was:

=1+SUMPRODUCT(($B$2:$B$12=B2)*($C$2:$C$12>C2))

Copied down the column it will return the number of organisations for a given procedure which have costs higher than the selected row. Adding 1 to the result just ensures that the highest cost organisation starts with a rank of 1 rather than 0.

Related Posts with Thumbnails
http://whatapalaver.co.uk/wp-content/plugins/sociofluid/images/digg_32.png http://whatapalaver.co.uk/wp-content/plugins/sociofluid/images/reddit_32.png http://whatapalaver.co.uk/wp-content/plugins/sociofluid/images/stumbleupon_32.png http://whatapalaver.co.uk/wp-content/plugins/sociofluid/images/delicious_32.png http://whatapalaver.co.uk/wp-content/plugins/sociofluid/images/google_32.png http://whatapalaver.co.uk/wp-content/plugins/sociofluid/images/facebook_32.png http://whatapalaver.co.uk/wp-content/plugins/sociofluid/images/twitter_32.png

Tags: ,

3 Responses to “ Conditional Ranking in Excel – RankIF using SumProduct ”

  1. laure on October 9, 2009 at 10:33 pm

    Thank you very much for this very useful function. Really great!!

  2. admin on January 28, 2010 at 2:12 pm

    I just repeated my own ranking technique and got loads of #VALUE errors which screwed me up for a while.

    If you are getting a #VALUE error with SUMPRODUCT it implies that your data in column C (the values to be summed) are not all numeric values.
    They may be text values that look like numbers or “” if you have a conditional formula in that column. In my case there turned out to be a spurious #VALUE error in column C.
    Problem solved.

  3. Mike on March 29, 2010 at 9:25 pm

    This was a total lifesaver! Thanks so much for posting!

Leave a Reply

flickr rss

IMG_0774Diktamos GorgeIMG_3222IMG_3220IMG_3207IMG_3205

What I'm Doing...

Posting tweet...

Ads



Reading List