W
Wingman
I have a sheet, col A has values 1,2,3,.. occuring multiple times.
Col B has a serialnumber assigned to each of those values in Col A.
I'm making a list, that should put out the Serial (Col B) for the
largest,2nd largest,.. value in Col A.
I did LARGE(A:A,1),LARGE(A:A,2) to get the number,put them in Col E
And INDEX(B:B,MATCH(E2,A:A,0),0) to read the value for that number.
However as the number occur several times, it doesn't read the correct
numbers.
In the sheed I added: 1st,2nd and 3rd largest number is always 3, if
thats the case, I would like excel to put out a different number for
the 2nd and 3rd biggest value. (going from top to bottom)
How would I be doing that?
+-------------------------------------------------------------------+
|Filename: Test.zip |
|Download: http://www.excelforum.com/attachment.php?postid=4651 |
+-------------------------------------------------------------------+
Col B has a serialnumber assigned to each of those values in Col A.
I'm making a list, that should put out the Serial (Col B) for the
largest,2nd largest,.. value in Col A.
I did LARGE(A:A,1),LARGE(A:A,2) to get the number,put them in Col E
And INDEX(B:B,MATCH(E2,A:A,0),0) to read the value for that number.
However as the number occur several times, it doesn't read the correct
numbers.
In the sheed I added: 1st,2nd and 3rd largest number is always 3, if
thats the case, I would like excel to put out a different number for
the 2nd and 3rd biggest value. (going from top to bottom)
How would I be doing that?
+-------------------------------------------------------------------+
|Filename: Test.zip |
|Download: http://www.excelforum.com/attachment.php?postid=4651 |
+-------------------------------------------------------------------+