I need help with this formula:
=IF(A1="Teacher","TEACHER","")&IF(B1="Student","STUDENT","")
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Teacher[/TD]
[TD][/TD]
[TD]TEACHER[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Student[/TD]
[TD]STUDENT[/TD]
[/TR]
[TR]
[TD]Teacher[/TD]
[TD]Student[/TD]
[TD]TEACHERSTUDENT[/TD]
[/TR]
</tbody>[/TABLE]
The first and second rows do what I need, but I want the last row to return "TEACHER, STUDENT" instead of "TEACHERSTUDENT."
Any help is appreciated...thank you!!
=IF(A1="Teacher","TEACHER","")&IF(B1="Student","STUDENT","")
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Teacher[/TD]
[TD][/TD]
[TD]TEACHER[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Student[/TD]
[TD]STUDENT[/TD]
[/TR]
[TR]
[TD]Teacher[/TD]
[TD]Student[/TD]
[TD]TEACHERSTUDENT[/TD]
[/TR]
</tbody>[/TABLE]
The first and second rows do what I need, but I want the last row to return "TEACHER, STUDENT" instead of "TEACHERSTUDENT."
Any help is appreciated...thank you!!
Last edited: