Currently, I am using google Sheet.
In column (A1:A10) i build drop down list with multi select, In Column (C1:C10) I have students names.
I need a function to compare the name of subject (H1) with the subjects or items of multi selection drop down list (A1:A10) such that: for student 1 (C1); if (H1) is equivalent to the any subject of cell A1, Sign (Eligible is putting in cell (B1) corresponding to student name (Student 1).
The same procedure is done for student 2 (C2), if (H1) is equivalent to the any subject of cell A2, Sign (Eligible is putting in cell (B2) corresponding to student name (Student 2). and so on until the last student.
Many thanks