M
Michou30
Hi There,
here is my excel table:
-name- / -class- / -score-
John / 201 / 34
David / 301 / 21
John / 201 / 35
David / 301 / 11
Stef / 201 / 22
Don / 201 / 22
Patrick / 201 / 11
John / 301 / 23
I want that the the formula returns 2 results(for John in 201): 34 an
35 in 2 different rows
The formula could be looking like that (or something similar.):
={INDEX($C$1:$C$8,SMALL(IF($A$1:$A$8="John",ROW
($A$1:$A$8)),ROW(1:1)),3)}
But I can't enter restriction for the class (201 only)
Any Excel genius to give me a hand or direct me to some advance exce
tutorials.
Thanks
here is my excel table:
-name- / -class- / -score-
John / 201 / 34
David / 301 / 21
John / 201 / 35
David / 301 / 11
Stef / 201 / 22
Don / 201 / 22
Patrick / 201 / 11
John / 301 / 23
I want that the the formula returns 2 results(for John in 201): 34 an
35 in 2 different rows
The formula could be looking like that (or something similar.):
={INDEX($C$1:$C$8,SMALL(IF($A$1:$A$8="John",ROW
($A$1:$A$8)),ROW(1:1)),3)}
But I can't enter restriction for the class (201 only)
Any Excel genius to give me a hand or direct me to some advance exce
tutorials.
Thanks