Hi Guys,
I am using Excel 2016. Its been awhile since I posted would appreciate some help on the following problem.
I have the following list :
[TABLE="width: 200"]
<tbody>[TR]
[TD]Fruit[/TD]
[TD]Price[/TD]
[/TR]
[TR]
[TD]Apple[/TD]
[TD]5.00[/TD]
[/TR]
[TR]
[TD]Watermelon[/TD]
[TD]6.00[/TD]
[/TR]
[TR]
[TD]Mango[/TD]
[TD]4.50[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 214"]
<tbody>[TR]
[TD]Fruit[/TD]
[TD]Price[/TD]
[/TR]
[TR]
[TD]Watermelone 5KG[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Banana 300G[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Red Apple 300G[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Mango 2.50KG[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Green Apple 200G[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Mango 10KG[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Watermelone 500G[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Pear 5KG[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Would like to get the following result :
[TABLE="width: 214"]
<tbody>[TR]
[TD]Fruit[/TD]
[TD]Price[/TD]
[/TR]
[TR]
[TD]Watermelone 5KG[/TD]
[TD] 6.00[/TD]
[/TR]
[TR]
[TD]Banana 300G[/TD]
[TD]#N/A[/TD]
[/TR]
[TR]
[TD]Red Apple 300G[/TD]
[TD] 5.00[/TD]
[/TR]
[TR]
[TD]Mango 2.50KG[/TD]
[TD] 4.50[/TD]
[/TR]
[TR]
[TD]Green Apple 200G[/TD]
[TD] 5.00[/TD]
[/TR]
[TR]
[TD]Mango 10KG[/TD]
[TD] 4.50[/TD]
[/TR]
[TR]
[TD]Watermelone 500G[/TD]
[TD] 6.00[/TD]
[/TR]
[TR]
[TD]Pear 5KG[/TD]
[TD]#N/A[/TD]
[/TR]
</tbody>[/TABLE]
Basically if the text is found in the table it would list the corresponding price. Been messing around with a lot of lookup, search, countif combination of formula's. But can't seem to figure out a way to get the price .
I am using Excel 2016. Its been awhile since I posted would appreciate some help on the following problem.
I have the following list :
[TABLE="width: 200"]
<tbody>[TR]
[TD]Fruit[/TD]
[TD]Price[/TD]
[/TR]
[TR]
[TD]Apple[/TD]
[TD]5.00[/TD]
[/TR]
[TR]
[TD]Watermelon[/TD]
[TD]6.00[/TD]
[/TR]
[TR]
[TD]Mango[/TD]
[TD]4.50[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 214"]
<tbody>[TR]
[TD]Fruit[/TD]
[TD]Price[/TD]
[/TR]
[TR]
[TD]Watermelone 5KG[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Banana 300G[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Red Apple 300G[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Mango 2.50KG[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Green Apple 200G[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Mango 10KG[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Watermelone 500G[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Pear 5KG[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Would like to get the following result :
[TABLE="width: 214"]
<tbody>[TR]
[TD]Fruit[/TD]
[TD]Price[/TD]
[/TR]
[TR]
[TD]Watermelone 5KG[/TD]
[TD] 6.00[/TD]
[/TR]
[TR]
[TD]Banana 300G[/TD]
[TD]#N/A[/TD]
[/TR]
[TR]
[TD]Red Apple 300G[/TD]
[TD] 5.00[/TD]
[/TR]
[TR]
[TD]Mango 2.50KG[/TD]
[TD] 4.50[/TD]
[/TR]
[TR]
[TD]Green Apple 200G[/TD]
[TD] 5.00[/TD]
[/TR]
[TR]
[TD]Mango 10KG[/TD]
[TD] 4.50[/TD]
[/TR]
[TR]
[TD]Watermelone 500G[/TD]
[TD] 6.00[/TD]
[/TR]
[TR]
[TD]Pear 5KG[/TD]
[TD]#N/A[/TD]
[/TR]
</tbody>[/TABLE]
Basically if the text is found in the table it would list the corresponding price. Been messing around with a lot of lookup, search, countif combination of formula's. But can't seem to figure out a way to get the price .