I've got a spreadsheet that looks like this:
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Teacher[/TD]
[TD]Class[/TD]
[/TR]
[TR]
[TD]John Smith[/TD]
[TD]Algebra[/TD]
[/TR]
[TR]
[TD]John Smith[/TD]
[TD]Calculus[/TD]
[/TR]
[TR]
[TD]John Smith[/TD]
[TD]Geometry[/TD]
[/TR]
[TR]
[TD]Steven Parker[/TD]
[TD]English[/TD]
[/TR]
</tbody>[/TABLE]
I'd like some help if possible, coming up with a formula to put into another sheet, that would put all the classes that individual teaches into one cell. So the outcome would look like:
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Teacher[/TD]
[TD]Class[/TD]
[/TR]
[TR]
[TD]John Smith[/TD]
[TD]Algebra, Calculus, Geometry[/TD]
[/TR]
[TR]
[TD]Steven Parker[/TD]
[TD]English[/TD]
[/TR]
</tbody>[/TABLE]
Is this possible?
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Teacher[/TD]
[TD]Class[/TD]
[/TR]
[TR]
[TD]John Smith[/TD]
[TD]Algebra[/TD]
[/TR]
[TR]
[TD]John Smith[/TD]
[TD]Calculus[/TD]
[/TR]
[TR]
[TD]John Smith[/TD]
[TD]Geometry[/TD]
[/TR]
[TR]
[TD]Steven Parker[/TD]
[TD]English[/TD]
[/TR]
</tbody>[/TABLE]
I'd like some help if possible, coming up with a formula to put into another sheet, that would put all the classes that individual teaches into one cell. So the outcome would look like:
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Teacher[/TD]
[TD]Class[/TD]
[/TR]
[TR]
[TD]John Smith[/TD]
[TD]Algebra, Calculus, Geometry[/TD]
[/TR]
[TR]
[TD]Steven Parker[/TD]
[TD]English[/TD]
[/TR]
</tbody>[/TABLE]
Is this possible?