Nitrousoxide
New Member
- Joined
- Feb 27, 2018
- Messages
- 2
I have a list of chemicals and ingredients in a chart and want to pull in a list of ingredients needed if I enter a the name of a chemical in column A into a cell.
[TABLE="width: 0"]
<colgroup><col style="width: 100px"><col width="100"><col width="100"><col width="100"><col width="100"><col width="100"><col width="100"></colgroup><tbody>[TR]
[TD][/TD]
[TD]Chemical B[/TD]
[TD]Chemical A[/TD]
[TD]Ingredient 1[/TD]
[TD]Ingredient 2[/TD]
[TD]Ingredient 3[/TD]
[TD]Ingredient 4[/TD]
[/TR]
[TR]
[TD]Chemical A[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="align: right"]1[/TD]
[TD="align: right"]1[/TD]
[TD="align: right"]1[/TD]
[/TR]
[TR]
[TD]Chemical B[/TD]
[TD][/TD]
[TD="align: right"]1[/TD]
[TD][/TD]
[TD="align: right"]1[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Chemical C[/TD]
[TD="align: right"]1[/TD]
[TD][/TD]
[TD="align: right"]1[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
<style type="text/css"><!--td {border: 1px solid #ccc;}br {mso-data-placement:same-cell;}--></style>
Here's the table
And then here's the format of the user would enter the chemical in and in the third column how I'd like it to output the value.
[TABLE="width: 0"]
<colgroup><col width="131"><col width="120"><col width="171"></colgroup><tbody>[TR]
[TD]Chemical Wanted[/TD]
[TD]Amount Wanted[/TD]
[TD]Chemicals Needed[/TD]
[/TR]
[TR]
[TD]Chemical A[/TD]
[TD][/TD]
[TD]Ingredient 2
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]Ingredient 3[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]Ingredient 4
[/TD]
[/TR]
</tbody>[/TABLE]
<style type="text/css"><!--td {border: 1px solid #ccc;}br {mso-data-placement:same-cell;}--></style>
Is there a way to get it to pull the list of ingredients if someone enters a chemical desired into first cell under "chemical wanted" based on the first table?
[TABLE="width: 0"]
<colgroup><col style="width: 100px"><col width="100"><col width="100"><col width="100"><col width="100"><col width="100"><col width="100"></colgroup><tbody>[TR]
[TD][/TD]
[TD]Chemical B[/TD]
[TD]Chemical A[/TD]
[TD]Ingredient 1[/TD]
[TD]Ingredient 2[/TD]
[TD]Ingredient 3[/TD]
[TD]Ingredient 4[/TD]
[/TR]
[TR]
[TD]Chemical A[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="align: right"]1[/TD]
[TD="align: right"]1[/TD]
[TD="align: right"]1[/TD]
[/TR]
[TR]
[TD]Chemical B[/TD]
[TD][/TD]
[TD="align: right"]1[/TD]
[TD][/TD]
[TD="align: right"]1[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Chemical C[/TD]
[TD="align: right"]1[/TD]
[TD][/TD]
[TD="align: right"]1[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
<style type="text/css"><!--td {border: 1px solid #ccc;}br {mso-data-placement:same-cell;}--></style>
Here's the table
And then here's the format of the user would enter the chemical in and in the third column how I'd like it to output the value.
[TABLE="width: 0"]
<colgroup><col width="131"><col width="120"><col width="171"></colgroup><tbody>[TR]
[TD]Chemical Wanted[/TD]
[TD]Amount Wanted[/TD]
[TD]Chemicals Needed[/TD]
[/TR]
[TR]
[TD]Chemical A[/TD]
[TD][/TD]
[TD]Ingredient 2
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]Ingredient 3[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]Ingredient 4
[/TD]
[/TR]
</tbody>[/TABLE]
<style type="text/css"><!--td {border: 1px solid #ccc;}br {mso-data-placement:same-cell;}--></style>
Is there a way to get it to pull the list of ingredients if someone enters a chemical desired into first cell under "chemical wanted" based on the first table?