Hi! I have 2 sheets:
- Master Sheet
- Test Results Sheet
Whenever a teacher inputs a mock test score in the "Test Results Sheet", I want that score to be copied to the "Master Sheet" in the same student's row. I could do this with this formula: =IFERROR(VLOOKUP([Student]@row, {Test Results Sheet}, 2, 0), " ")
Now, I'd like to pull the latest mock test result, since teachers input a form every time a student takes a mock test. How can I do this?
Thank you very much in advance!