I have sheet 1 which contains:
I'll just put "Y" as "Passed", the 2nd information of Joan is not yet complete because it's not yet finish.
Name | Attendance | Final Grade | Result
Juan | Y | Y | Passed
Joan | Y | |
I create a 2nd sheet with only 1 column saying "Graduates". What I want here now is when the Column Result (D2) on Sheet 1 says that the students Passed. It will fill the Column on Sheet 2 (A2) with the name of the student that passed.
Like this:
Graduates |
Juan |
So far, I tried auto-filling the Sheet 2 using Sheet 1 by putting =Sheet1!D2
on my cell on sheet 2 (A2), but how can I put the data under Column Name (on sheet1) on Column Graduates (on sheet2) if the Person on sheet1 has a value under the column Result?