davedave24
Programmer
Hi. I need to pull multiple rows from a sheet that have a certain name.
Example sheet:
What I need to accomplish on the next sheet:
I've been playing with Vlookup but I don't think it will work as it's not searching for a unique term. What's the best way to do this?
Example sheet:
Code:
Paul 5
Mark 10
Mark 7
Paul 23
Paul 8
Sarah 89
Mark 63
Sarah 7
Paul 19
What I need to accomplish on the next sheet:
Code:
Paul Mark Sarah
5 10 89
23 7 7
8 63
19
I've been playing with Vlookup but I don't think it will work as it's not searching for a unique term. What's the best way to do this?