hi,
I have 2 columns and need to find, of all items in Item that are "B", the 2nd smallest number in Number.
Item Number
A 7
B 5
B 4
B 2
C 1
A 2
C 6
B 13
should return 4
Thanks.
Last edited by always Stumped; 06-07-2011 at 12:55 AM.
Hello, Try
Assume your data is in A1:B9 including header.
=SMALL(IF(A2:A9="B",B2:B9),2)
This is an Array Formula, must hit CONTROL+SHIFT+ENTER, rather than just ENTER
HTH; Haseeb
If your problem is solved, please say so clearly, and mark your thread as Solved:
Forum Rules & How to Mark a thread as SOLVED
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks