Hi,
I need to pull a column from a dynamic data source based off one unique id(Math). Can someone help with a formula? I need to pull all names associated with the unique id onto another sheet. In a listed column. Example below:
Data Source:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Class[/TD]
[/TR]
[TR]
[TD]Ron
[/TD]
[TD]Math[/TD]
[/TR]
[TR]
[TD]Amy[/TD]
[TD]Science[/TD]
[/TR]
[TR]
[TD]Zack[/TD]
[TD]Math
[/TD]
[/TR]
[TR]
[TD]Alicia[/TD]
[TD]Math [/TD]
[/TR]
</tbody>[/TABLE]
Desired Outcome:
Math Class:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Ron
[/TD]
[/TR]
[TR]
[TD]Zack[/TD]
[/TR]
[TR]
[TD]Alicia[/TD]
[/TR]
</tbody>[/TABLE]
I need to pull a column from a dynamic data source based off one unique id(Math). Can someone help with a formula? I need to pull all names associated with the unique id onto another sheet. In a listed column. Example below:
Data Source:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Class[/TD]
[/TR]
[TR]
[TD]Ron
[/TD]
[TD]Math[/TD]
[/TR]
[TR]
[TD]Amy[/TD]
[TD]Science[/TD]
[/TR]
[TR]
[TD]Zack[/TD]
[TD]Math
[/TD]
[/TR]
[TR]
[TD]Alicia[/TD]
[TD]Math [/TD]
[/TR]
</tbody>[/TABLE]
Desired Outcome:
Math Class:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Ron
[/TD]
[/TR]
[TR]
[TD]Zack[/TD]
[/TR]
[TR]
[TD]Alicia[/TD]
[/TR]
</tbody>[/TABLE]