Hi Atul,

Not as tidy as Haseeb's response,

But here is one solution:

In C2:

=IF(ROW(C$2)=ROW(),LARGE($B$2:$B$11,1),LARGE($B$2:$B$11,ROWS($B$2:$B$11)-COU
NTIF($B$2:$B$11,"<"&INDEX(C$2:C$11,ROW()-2))+1))

In D2:

=MATCH($B2,$C$2:$C$11,-1)

 

Highlight and copy down.

 

Your ranking is in column D.  Column C is a helper column that just contains
sorted rates without any duplicates.  Column D finds the position of the
current rate in that list, giving a ranking that fits your specifications.

 

Asa

 

From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com]
On Behalf Of Atul Patel
Sent: Thursday, March 22, 2012 6:49 AM
To: Anand Kumar
Cc: excel-macros@googlegroups.com
Subject: $$Excel-Macros$$ Re: Help to find position of a particular number
in a given data set

 

My apology! I am overseas. Just email reply will be ok How ever if you want
to dicuss on this I can call you too Pl provide your contact.


Sent from my iPhone


On 2012-03-22, at 9:27, Anand Kumar <anand...@gmail.com> wrote:

with an improper contact number you expect me to reach you???

On Thu, Mar 22, 2012 at 6:42 PM, Atul Patel <atul_pate...@yahoo.com> wrote:

Hi Anand,

Thank you for your response.Please refer to the calculation below.  For
repetitive items,rank formula removes subsequent rank for example 11 % rank
3 is not assigned due to multiple entry for the same standing.

I want to ignore repetitive occurrences of rates and decide first, Second
third highest rates and so on. For example you want to know position of 9%,
the solution I am looking for should give  4th highest rate while the rank
function gives rank 5.

Please provide new solution if possible 

Thanks once again


Fin. Inst.

Rates in %

Rank


A

10

4


B

11

2


C

12

1


D

11

2


E

6

10


F

9

5


G

8

7


H

8

7


I

9

5


J

7

9

 

Atul Patel

H: 905 <tel:905%C2%A0785%208324>  785 8324

C: 647 898 4074 <tel:647%20898%204074> 

atul_pate...@yahoo.com

 

Good to know you !


Sent from my iPhone


On 2012-03-21, at 21:47, Anand Kumar <anand...@gmail.com> wrote:

Hi Atul,

 

Rank function seems to work perfectly fine here.... Copied the name of
Institutions to A column and percentages to column B in C2 the formula was
=RANK(B2,$B$2:$B$11,0) now drag the formula till C11 you get the desired
result.

 

Warm regards,

 

Anand Kumar

On Wednesday, 21 March 2012 02:54:21 UTC+5:30, Atul wrote:

 

Hi,

 

I need help to find position of a particular number in a given data set.
Please refer to the table below.

 


Fin. Inst.

Rates in %


A

10


B

11


C

12


D

11


E

6


F

9


G

8


H

8


I

9


J

7

 

In the above example, Rates are given for each financial institution. In
descending order,the rate 12% is at the 1st position,11% is 2nd highest and
so on. While using function LARGE or SMALL, we need to assign kth position
to get the required result. 

 

I need to find (kth) position of given rate from the list, ignoring the
duplicate items. Going back to the above example, 11% will be the second
highest rate, 10% being the third highest rate and so on. Please let me know
the function or combination of functions.  

 

Thank you for your help and time.

 

Regards,

 

Atul Patel

H: 905 785 8324

C: 647 898 4074

atul_pate...@yahoo.com

 

Good to know you !

 

 

Atul Patel

H: 905 785 8324

C: 647 898 4074

atul_pate...@yahoo.com

 

Good to know you !





 

-- 
Warm regards,
Anand Kumar
08800710233
http://anandydr.googlepages.com/
----------------------------------------------------------------------------
There are 10 kinds of people: Those who understand binary and those who
don't.
----------------------------------------------------------------------------

-- 
FORUM RULES (986+ members already BANNED for violation)
 
1) Use concise, accurate thread titles. Poor thread titles, like Please
Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will
not get quick attention or may not be answered.
 
2) Don't post a question in the thread of another member.
 
3) Don't post questions regarding breaking or bypassing any security
measure.
 
4) Acknowledge the responses you receive, good or bad.
 
5) Cross-promotion of, or links to, forums competitive to this forum in
signatures are prohibited. 
 
NOTE : Don't ever post personal or confidential data in a workbook. Forum
owners and members are not responsible for any loss.
 
----------------------------------------------------------------------------
--------------------------
To post to this group, send email to excel-macros@googlegroups.com

-- 
FORUM RULES (986+ members already BANNED for violation)

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.

2) Don't post a question in the thread of another member.

3) Don't post questions regarding breaking or bypassing any security measure.

4) Acknowledge the responses you receive, good or bad.

5)  Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

------------------------------------------------------------------------------------------------------
To post to this group, send email to excel-macros@googlegroups.com

Reply via email to