I have a problem and arrays and lookups are just bogging down so bad its not usable.
First Criteria: Sheet6 needs to match from C2 to C2500, to a list on Sheet8 column C from $C$2:$C$150000
Second Criteria: Sheet6 needs to match fixed $D$1 to a list on Sheet8 column B from $B$2:$B$150000
Then the first criteria stays the same and the second moves over to $E$1 to a list on sheet8 column B from $B$2:$B$150000.
Basically what its doing is lookup up a student, then seeing if they have had a class, then returning that class to D2, then next student D3 and so on. Then column E becomes the next class the student needs to be matched to, and so on for about 50-60 classes.
I have tried an array, with index match and a lookup and once I add a second lookup it just bogs down so bad, so I am thinking VBA might be a solution.
Hopefully this makes sense, please let me know if you need more information.
First Criteria: Sheet6 needs to match from C2 to C2500, to a list on Sheet8 column C from $C$2:$C$150000
Second Criteria: Sheet6 needs to match fixed $D$1 to a list on Sheet8 column B from $B$2:$B$150000
Then the first criteria stays the same and the second moves over to $E$1 to a list on sheet8 column B from $B$2:$B$150000.
Basically what its doing is lookup up a student, then seeing if they have had a class, then returning that class to D2, then next student D3 and so on. Then column E becomes the next class the student needs to be matched to, and so on for about 50-60 classes.
I have tried an array, with index match and a lookup and once I add a second lookup it just bogs down so bad, so I am thinking VBA might be a solution.
Hopefully this makes sense, please let me know if you need more information.