View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Allen Allen is offline
external usenet poster
 
Posts: 50
Default Reverse Vlookup and Arrays

Here's what I've got:
A 500 Row X 10 Column worksheet
The first column is student names (header "STUDENT NAME")
The second column is grade (header "GRADE")
The third through 10th columns as teacher names ("P1Teach", "P2Teach", etc)

What I want to do is set up an array in a separate sheet that will return
all of the students for which P1Teach is a certain value (i.e. "MOORE").

Any assistance is helpful.