Hi Team,
I hope anyone can help with my question. I have two sheets and in the second sheet from A1 to A10 have some names and this list, not static and dynamic as and when list may increase.
In sheet one from A1 to A1000 (this may increase day by day) has fields which contain sheet two names along with some other information which is not required, I only need to get the same name if that particular name within the field.
For example,
Sheet2
[TABLE="width: 131"]
<tbody>[TR]
[TD]apple
[/TD]
[/TR]
[TR]
[TD]mango
[/TD]
[/TR]
[TR]
[TD]orange
[/TD]
[/TR]
[TR]
[TD]banana
[/TD]
[/TR]
[TR]
[TD]kiwi
[/TD]
[/TR]
[TR]
[TD]graps
[/TD]
[/TR]
[TR]
[TD]pinaple
[/TD]
[/TR]
[TR]
[TD]chikku
[/TD]
[/TR]
[TR]
[TD]watermealon
[/TD]
[/TR]
[TR]
[TD]muskmealon
Sheet1 - along with a required output
[TABLE="width: 368"]
<tbody>[TR]
[TD]Text
[/TD]
[TD]Output
[/TD]
[/TR]
[TR]
[TD]PO4743apple43466
[/TD]
[TD]apple
[/TD]
[/TR]
[TR]
[TD]Return2982mango43466
[/TD]
[TD]mango
[/TD]
[/TR]
[TR]
[TD]PO1358orange43466
[/TD]
[TD]orange
[/TD]
[/TR]
[TR]
[TD]Puchase4290banana43466
[/TD]
[TD]banana
[/TD]
[/TR]
[TR]
[TD]Stockin2285kiwi43466
[/TD]
[TD]kiwi
[/TD]
[/TR]
[TR]
[TD]Stockout4299graps43466
[/TD]
[TD]graps
[/TD]
[/TR]
[TR]
[TD]PO2994pinaple43466
[/TD]
[TD]pinaple
[/TD]
[/TR]
[TR]
[TD]Return2250chikku43466
[/TD]
[TD]chikku
[/TD]
[/TR]
[TR]
[TD]Best1538watermealon43466
[/TD]
[TD]watermealon
[/TD]
[/TR]
[TR]
[TD]Less1476muskmealon43466
[/TD]
[TD]muskmealon
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
I hope this can be done in the formula, please help on the same.
Thank you
I hope anyone can help with my question. I have two sheets and in the second sheet from A1 to A10 have some names and this list, not static and dynamic as and when list may increase.
In sheet one from A1 to A1000 (this may increase day by day) has fields which contain sheet two names along with some other information which is not required, I only need to get the same name if that particular name within the field.
For example,
Sheet2
[TABLE="width: 131"]
<tbody>[TR]
[TD]apple
[/TD]
[/TR]
[TR]
[TD]mango
[/TD]
[/TR]
[TR]
[TD]orange
[/TD]
[/TR]
[TR]
[TD]banana
[/TD]
[/TR]
[TR]
[TD]kiwi
[/TD]
[/TR]
[TR]
[TD]graps
[/TD]
[/TR]
[TR]
[TD]pinaple
[/TD]
[/TR]
[TR]
[TD]chikku
[/TD]
[/TR]
[TR]
[TD]watermealon
[/TD]
[/TR]
[TR]
[TD]muskmealon
Sheet1 - along with a required output
[TABLE="width: 368"]
<tbody>[TR]
[TD]Text
[/TD]
[TD]Output
[/TD]
[/TR]
[TR]
[TD]PO4743apple43466
[/TD]
[TD]apple
[/TD]
[/TR]
[TR]
[TD]Return2982mango43466
[/TD]
[TD]mango
[/TD]
[/TR]
[TR]
[TD]PO1358orange43466
[/TD]
[TD]orange
[/TD]
[/TR]
[TR]
[TD]Puchase4290banana43466
[/TD]
[TD]banana
[/TD]
[/TR]
[TR]
[TD]Stockin2285kiwi43466
[/TD]
[TD]kiwi
[/TD]
[/TR]
[TR]
[TD]Stockout4299graps43466
[/TD]
[TD]graps
[/TD]
[/TR]
[TR]
[TD]PO2994pinaple43466
[/TD]
[TD]pinaple
[/TD]
[/TR]
[TR]
[TD]Return2250chikku43466
[/TD]
[TD]chikku
[/TD]
[/TR]
[TR]
[TD]Best1538watermealon43466
[/TD]
[TD]watermealon
[/TD]
[/TR]
[TR]
[TD]Less1476muskmealon43466
[/TD]
[TD]muskmealon
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
I hope this can be done in the formula, please help on the same.
Thank you