Hi all,
I wud like to see like this.
If i want to lookup and pick the numbers based on letters - I use vlookup, but it picks only 10 for All "A". I want to get
A 10
A 30
A 40
Vlookup wont give you this, so is there any formula to get this.??
I used below array formula but not able to find correct ans for few items.
=INDEX($A$1:$B$12,SMALL(IF($A$1:$A$12=$I19,ROW($A$1:$A$12)),IF(I18<>I19,ROW($1:$1),ROW(1:1)-1)),2)