slugwisper
New Member
- Joined
- Aug 20, 2018
- Messages
- 3
Hello!
I'm looking to search a table like the the one below. In a separate sheet in the workbook, I'd like to have the "Subject" as multiple columns and list underneath it all of the titles that match the subject and have the language in english. I tried working a combination of index and match but i was getting entire rows of data instead of just the title. I would greatly appreciate any help!
<style type="text/css"><!--td {border: 1px solid #ccc;}br {mso-data-placement:same-cell;}--></style><style type="text/css"><!--td {border: 1px solid #ccc;}br {mso-data-placement:same-cell;}--></style>[TABLE="width: 0"]
<colgroup><col style="width: 100px"><col width="100"><col width="182"></colgroup><tbody>[TR]
[TD]Title[/TD]
[TD]Language[/TD]
[TD]Subject[/TD]
[/TR]
[TR]
[TD]Idioms[/TD]
[TD]english[/TD]
[TD]language-arts[/TD]
[/TR]
[TR]
[TD]Refranes[/TD]
[TD]spanish[/TD]
[TD]language-arts[/TD]
[/TR]
[TR]
[TD]Name That Character Trait[/TD]
[TD]english[/TD]
[TD]language-arts[/TD]
[/TR]
[TR]
[TD]Nombra el rasgo del personaje[/TD]
[TD]spanish[/TD]
[TD]language-arts[/TD]
[/TR]
[TR]
[TD]Telling Stories[/TD]
[TD]english[/TD]
[TD]language-arts[/TD]
[/TR]
[TR]
[TD]Contar una historia[/TD]
[TD]spanish[/TD]
[TD]language-arts[/TD]
[/TR]
[TR]
[TD]Todo sobre la Energía[/TD]
[TD]spanish[/TD]
[TD]physical-science-and-engineering[/TD]
[/TR]
[TR]
[TD]All About Energy[/TD]
[TD]english[/TD]
[TD]physical-science-and-engineering[/TD]
[/TR]
[TR]
[TD]Build an Epic Sandcastle![/TD]
[TD]english[/TD]
[TD]physical-science-and-engineering[/TD]
[/TR]
[TR]
[TD]Construye un castillo de arena épico[/TD]
[TD]spanish[/TD]
[TD]physical-science-and-engineering[/TD]
[/TR]
[TR]
[TD]Just Press Print![/TD]
[TD]english[/TD]
[TD]physical-science-and-engineering[/TD]
[/TR]
[TR]
[TD]Solo presiona imprimir[/TD]
[TD]spanish[/TD]
[TD]physical-science-and-engineering[/TD]
[/TR]
[TR]
[TD]Making Better Bubbles[/TD]
[TD]english[/TD]
[TD]physical-science-and-engineering[/TD]
[/TR]
[TR]
[TD]Címo hacer mejores burbujas[/TD]
[TD]spanish[/TD]
[TD]physical-science-and-engineering[/TD]
[/TR]
[TR]
[TD]Making Crayons[/TD]
[TD]english[/TD]
[TD]physical-science-and-engineering[/TD]
[/TR]
</tbody>[/TABLE]
Want to return:
<style type="text/css"><!--td {border: 1px solid #ccc;}br {mso-data-placement:same-cell;}--></style>[TABLE="width: 0"]
<colgroup><col style="width: 186px"><col width="145"></colgroup><tbody>[TR]
[TD]physical-science-and-engineering[/TD]
[TD]language-arts[/TD]
[/TR]
[TR]
[TD]All About Energy[/TD]
[TD]Idioms[/TD]
[/TR]
[TR]
[TD]Build an Epic Sandcastle![/TD]
[TD]Name That Character Trait[/TD]
[/TR]
[TR]
[TD]Just Press Print![/TD]
[TD]Telling Stories[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I'm looking to search a table like the the one below. In a separate sheet in the workbook, I'd like to have the "Subject" as multiple columns and list underneath it all of the titles that match the subject and have the language in english. I tried working a combination of index and match but i was getting entire rows of data instead of just the title. I would greatly appreciate any help!
<style type="text/css"><!--td {border: 1px solid #ccc;}br {mso-data-placement:same-cell;}--></style><style type="text/css"><!--td {border: 1px solid #ccc;}br {mso-data-placement:same-cell;}--></style>[TABLE="width: 0"]
<colgroup><col style="width: 100px"><col width="100"><col width="182"></colgroup><tbody>[TR]
[TD]Title[/TD]
[TD]Language[/TD]
[TD]Subject[/TD]
[/TR]
[TR]
[TD]Idioms[/TD]
[TD]english[/TD]
[TD]language-arts[/TD]
[/TR]
[TR]
[TD]Refranes[/TD]
[TD]spanish[/TD]
[TD]language-arts[/TD]
[/TR]
[TR]
[TD]Name That Character Trait[/TD]
[TD]english[/TD]
[TD]language-arts[/TD]
[/TR]
[TR]
[TD]Nombra el rasgo del personaje[/TD]
[TD]spanish[/TD]
[TD]language-arts[/TD]
[/TR]
[TR]
[TD]Telling Stories[/TD]
[TD]english[/TD]
[TD]language-arts[/TD]
[/TR]
[TR]
[TD]Contar una historia[/TD]
[TD]spanish[/TD]
[TD]language-arts[/TD]
[/TR]
[TR]
[TD]Todo sobre la Energía[/TD]
[TD]spanish[/TD]
[TD]physical-science-and-engineering[/TD]
[/TR]
[TR]
[TD]All About Energy[/TD]
[TD]english[/TD]
[TD]physical-science-and-engineering[/TD]
[/TR]
[TR]
[TD]Build an Epic Sandcastle![/TD]
[TD]english[/TD]
[TD]physical-science-and-engineering[/TD]
[/TR]
[TR]
[TD]Construye un castillo de arena épico[/TD]
[TD]spanish[/TD]
[TD]physical-science-and-engineering[/TD]
[/TR]
[TR]
[TD]Just Press Print![/TD]
[TD]english[/TD]
[TD]physical-science-and-engineering[/TD]
[/TR]
[TR]
[TD]Solo presiona imprimir[/TD]
[TD]spanish[/TD]
[TD]physical-science-and-engineering[/TD]
[/TR]
[TR]
[TD]Making Better Bubbles[/TD]
[TD]english[/TD]
[TD]physical-science-and-engineering[/TD]
[/TR]
[TR]
[TD]Címo hacer mejores burbujas[/TD]
[TD]spanish[/TD]
[TD]physical-science-and-engineering[/TD]
[/TR]
[TR]
[TD]Making Crayons[/TD]
[TD]english[/TD]
[TD]physical-science-and-engineering[/TD]
[/TR]
</tbody>[/TABLE]
Want to return:
<style type="text/css"><!--td {border: 1px solid #ccc;}br {mso-data-placement:same-cell;}--></style>[TABLE="width: 0"]
<colgroup><col style="width: 186px"><col width="145"></colgroup><tbody>[TR]
[TD]physical-science-and-engineering[/TD]
[TD]language-arts[/TD]
[/TR]
[TR]
[TD]All About Energy[/TD]
[TD]Idioms[/TD]
[/TR]
[TR]
[TD]Build an Epic Sandcastle![/TD]
[TD]Name That Character Trait[/TD]
[/TR]
[TR]
[TD]Just Press Print![/TD]
[TD]Telling Stories[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]