I am looking to return a value of a semester (i.e. Spring2020) from a particular cell in another sheet, for a particular student ID (i.e. 55555) taking a particular course (i.e. 6000)
I used this formula to count how many courses student is taking, and that gives me a number
=COUNTIFS({coursenumber}, "6000", {studentid}, "5555")
I need something like this
=IF(CONTAINS({coursenumber},"6000",{studentid},"5555"),{semester})