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...