Hi Guys
I have the below table which is used as a data set to populate a second table (All on the same work sheet)
[TABLE="width: 500"]
<tbody>[TR]
[TD]Product Name
[/TD]
[TD]500g
[/TD]
[TD]100g
[/TD]
[TD]10g
[/TD]
[/TR]
[TR]
[TD]Product 1
[/TD]
[TD]$50
[/TD]
[TD]$20
[/TD]
[TD]$5
[/TD]
[/TR]
[TR]
[TD]Product 2
[/TD]
[TD]$69
[/TD]
[TD]$30
[/TD]
[TD]$7
[/TD]
[/TR]
</tbody>[/TABLE]
My second table has a 2 dropdown list
<strike></strike>[TABLE="width: 500"]
<tbody>[TR]
[TD]
[/TD]
[TD]
[TD]$20
[/TD]
[/TR]
</tbody>[/TABLE]
I have the below table which is used as a data set to populate a second table (All on the same work sheet)
[TABLE="width: 500"]
<tbody>[TR]
[TD]Product Name
[/TD]
[TD]500g
[/TD]
[TD]100g
[/TD]
[TD]10g
[/TD]
[/TR]
[TR]
[TD]Product 1
[/TD]
[TD]$50
[/TD]
[TD]$20
[/TD]
[TD]$5
[/TD]
[/TR]
[TR]
[TD]Product 2
[/TD]
[TD]$69
[/TD]
[TD]$30
[/TD]
[TD]$7
[/TD]
[/TR]
</tbody>[/TABLE]
My second table has a 2 dropdown list
1. The first which is populated with the Product Names
2
Based on the dataset above - When the user select Product 1 (from 1st dropdown) and 100g (from 2nd dropdown) I would like to populate a cell with $20. Please help2
. The second which is populated with the Product weight
<tbody>[TR]
[TD]
Product 1
<strike></strike>[/TD]
[TD]
100g
[/TD][TD]$20
[/TD]
[/TR]
</tbody>[/TABLE]