In column 'A' I have a list of 10 different people, but there are 130 entries, so a lot of repeating.
In column 'B' I have a list a items each person has chosen (nothing repeating)
Now in, say, column 'C' I want to list all items chosen by one particular person.
I can search for a name and find their first item, but I don't know how to find the 2nd occurrence of that persons name and entering its choice, and so on.
This is what I have for the first entry:
=VLOOKUP(G1,DraftingPlayer,2,FALSE)
"DraftingPlayer" is the name range for column A and B.
G1 is a cell that contains one of my names (Brett)
Any help would be much appreciated!
In column 'B' I have a list a items each person has chosen (nothing repeating)
Now in, say, column 'C' I want to list all items chosen by one particular person.
I can search for a name and find their first item, but I don't know how to find the 2nd occurrence of that persons name and entering its choice, and so on.
This is what I have for the first entry:
=VLOOKUP(G1,DraftingPlayer,2,FALSE)
"DraftingPlayer" is the name range for column A and B.
G1 is a cell that contains one of my names (Brett)
Any help would be much appreciated!