Hi, I am trying to get all the values from rows with VLOOKUP.
I have data which has seller name in merged cell and Product is in differrent rows.For Example: Adam seller has Bananas,Oranges And Lemons...
[TABLE="width: 216"]
<tbody>[TR]
[TD]Seller[/TD]
[TD]Product[/TD]
[/TR]
[TR]
[TD]Adam[/TD]
[TD]Bananas[/TD]
[/TR]
[TR]
[TD]Oranges[/TD]
[/TR]
[TR]
[TD]Lemons[/TD]
[/TR]
[TR]
[TD]Robert[/TD]
[TD]Apricotes[/TD]
[/TR]
[TR]
[TD]Lemons[/TD]
[/TR]
[TR]
[TD]Sally[/TD]
[TD]Orange[/TD]
[/TR]
[TR]
[TD]Bananas[/TD]
[/TR]
[TR]
[TD]Apples[/TD]
[/TR]
[TR]
[TD]Tom[/TD]
[TD]Apples[/TD]
[/TR]
[TR]
[TD]Apricots[/TD]
[/TR]
[TR]
[TD]Bananas[/TD]
[/TR]
</tbody>[/TABLE]
And I need output like :
[TABLE="width: 274"]
<tbody>[TR]
[TD]Seller[/TD]
[TD]Products[/TD]
[/TR]
[TR]
[TD]Sally[/TD]
[TD]Orange,Banana,Apples[/TD]
[/TR]
[TR]
[TD]Robert[/TD]
[TD]Aprocotes,Lemons[/TD]
[/TR]
[TR]
[TD]Adam[/TD]
[TD]Banana,Oranges,Lemons[/TD]
[/TR]
[TR]
[TD]Tom[/TD]
[TD]Apples,Apricotes,bananas[/TD]
[/TR]
</tbody>[/TABLE]
When I used VLOOKUP ,I am getting only first row value.
Please guide..
I have data which has seller name in merged cell and Product is in differrent rows.For Example: Adam seller has Bananas,Oranges And Lemons...
[TABLE="width: 216"]
<tbody>[TR]
[TD]Seller[/TD]
[TD]Product[/TD]
[/TR]
[TR]
[TD]Adam[/TD]
[TD]Bananas[/TD]
[/TR]
[TR]
[TD]Oranges[/TD]
[/TR]
[TR]
[TD]Lemons[/TD]
[/TR]
[TR]
[TD]Robert[/TD]
[TD]Apricotes[/TD]
[/TR]
[TR]
[TD]Lemons[/TD]
[/TR]
[TR]
[TD]Sally[/TD]
[TD]Orange[/TD]
[/TR]
[TR]
[TD]Bananas[/TD]
[/TR]
[TR]
[TD]Apples[/TD]
[/TR]
[TR]
[TD]Tom[/TD]
[TD]Apples[/TD]
[/TR]
[TR]
[TD]Apricots[/TD]
[/TR]
[TR]
[TD]Bananas[/TD]
[/TR]
</tbody>[/TABLE]
And I need output like :
[TABLE="width: 274"]
<tbody>[TR]
[TD]Seller[/TD]
[TD]Products[/TD]
[/TR]
[TR]
[TD]Sally[/TD]
[TD]Orange,Banana,Apples[/TD]
[/TR]
[TR]
[TD]Robert[/TD]
[TD]Aprocotes,Lemons[/TD]
[/TR]
[TR]
[TD]Adam[/TD]
[TD]Banana,Oranges,Lemons[/TD]
[/TR]
[TR]
[TD]Tom[/TD]
[TD]Apples,Apricotes,bananas[/TD]
[/TR]
</tbody>[/TABLE]
When I used VLOOKUP ,I am getting only first row value.
Please guide..
Last edited: