Splinter1978
New Member
- Joined
- Jun 20, 2009
- Messages
- 5
Hi All,
I have a problem when using the following formula with duplicate numbers:
=INDEX($A10:$A19,MATCH(SMALL($D10:$D19,1),$D10:$D19,0))
=INDEX($A10:$A19,MATCH(SMALL($D10:$D19,2),$D10:$D19,0))
=INDEX($A10:$A19,MATCH(SMALL($D10:$D19,3),$D10:$D19,0))
What I am trying to do is find the three smallest numbers in a column and list the coresponding names from the example below.
A B
Ben 2
Rich 1
Brett 3
Steve 1
Russ 0
The correct result would be:
Russ
Rich
Steve
The trouble is im getting:
Russ
Rich
Rich
I am unable to put the numbers in corresponding order and there will always be duplicate numbers in the column.
Any help would be much appreciated?
Many Thanks
Ryan
I have a problem when using the following formula with duplicate numbers:
=INDEX($A10:$A19,MATCH(SMALL($D10:$D19,1),$D10:$D19,0))
=INDEX($A10:$A19,MATCH(SMALL($D10:$D19,2),$D10:$D19,0))
=INDEX($A10:$A19,MATCH(SMALL($D10:$D19,3),$D10:$D19,0))
What I am trying to do is find the three smallest numbers in a column and list the coresponding names from the example below.
A B
Ben 2
Rich 1
Brett 3
Steve 1
Russ 0
The correct result would be:
Russ
Rich
Steve
The trouble is im getting:
Russ
Rich
Rich
I am unable to put the numbers in corresponding order and there will always be duplicate numbers in the column.
Any help would be much appreciated?
Many Thanks
Ryan