Hello -
I have a reference value that I'm looking to return the associated values into one cell but am not sure how to do that. For example, assume the reference value is MATH in worksheet 1 and in Worksheet 2 Math is associated with Geometry, Algebra, Statistics. I'd like to return both Geometry and Algebra in one cell in worksheet 1, and separate by commas.
Worksheet 1
[TABLE="width: 500"]
<tbody>[TR]
[TD="align: center"]A[/TD]
[TD="align: center"]B[/TD]
[/TR]
[TR]
[TD]Math[/TD]
[TD]Geometry, Algebra, Statistics[/TD]
[/TR]
</tbody>[/TABLE]
Worksheet 2
[TABLE="width: 500"]
<tbody>[TR]
[TD]Math[/TD]
[TD]Geometry[/TD]
[/TR]
[TR]
[TD]Math[/TD]
[TD]Algebra[/TD]
[/TR]
[TR]
[TD]Math[/TD]
[TD]Statistics[/TD]
[/TR]
</tbody>[/TABLE]
Thank you in advance!!
I have a reference value that I'm looking to return the associated values into one cell but am not sure how to do that. For example, assume the reference value is MATH in worksheet 1 and in Worksheet 2 Math is associated with Geometry, Algebra, Statistics. I'd like to return both Geometry and Algebra in one cell in worksheet 1, and separate by commas.
Worksheet 1
[TABLE="width: 500"]
<tbody>[TR]
[TD="align: center"]A[/TD]
[TD="align: center"]B[/TD]
[/TR]
[TR]
[TD]Math[/TD]
[TD]Geometry, Algebra, Statistics[/TD]
[/TR]
</tbody>[/TABLE]
Worksheet 2
[TABLE="width: 500"]
<tbody>[TR]
[TD]Math[/TD]
[TD]Geometry[/TD]
[/TR]
[TR]
[TD]Math[/TD]
[TD]Algebra[/TD]
[/TR]
[TR]
[TD]Math[/TD]
[TD]Statistics[/TD]
[/TR]
</tbody>[/TABLE]
Thank you in advance!!