I need help with this formula:
=IF(A1="Teacher","TEACHER","")&IF(B1="Student","STUDENT","")
<tbody>
Teacher
TEACHER
Student
STUDENT
Teacher
Student
TEACHERSTUDENT
</tbody>
The first and second rows do what I need, but I want the last row to return "TEACHER, STUDENT" instead of...