• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Help required to Rank Numbers Positive to Negative

Dinesh121

Member
Hey All,


I have a scenario where I have to rank positive to negative and also to ignore zero's. I have attached a sample workbook. Any help would be much appreciated.


-Dinesh


Download link for sample wbk:

http://www.fileconvoy.com/dfl.php?id=gd08bec0452a32e45999269815da70cd365334f4c5
 
Hi Dinesh ,


You can use the following formulae :


In F2 : =LARGE(IF($B$2:$B$13<>0,$B$2:$B$13,-999999999999),D2) entered as an array formula , using CTRL SHIFT ENTER.


In E2 : =INDEX($A$2:$A$13,MATCH(F2,$B$2:$B$13,0))


Narayan
 
Back
Top