Answer :
Answer:
Formula explained below
Explanation:
You have not mentioned what the Student_Data range is. But from the context, I think it's =StudentData!A3:H34.
So, use the following formula in '$F$3' of LessonData:
=IF(VLOOKUP(B3,Student_Data,8)=0,"",VLOOKUP(B3,Student_Data,8))
Then copy the above formula up to F29.
NOTE:
8 means 8th column of the 'Student_Data' table which is the 'Skilllevel' column.