James Burger
New Member
- Joined
- Jun 10, 2014
- Messages
- 31
Hi Everyone,
Table1:
[TABLE="width: 500"]
<tbody>[TR]
[TD]UK[/TD]
[TD]Europe[/TD]
[/TR]
[TR]
[TD]France[/TD]
[TD]Europe[/TD]
[/TR]
[TR]
[TD]Germany[/TD]
[TD]Europe[/TD]
[/TR]
[TR]
[TD]India[/TD]
[TD]Asia[/TD]
[/TR]
[TR]
[TD]Christmas Island[/TD]
[TD]Asia[/TD]
[/TR]
[TR]
[TD]South Africa[/TD]
[TD]Africa[/TD]
[/TR]
</tbody>[/TABLE]
I have a question please:
[TABLE="width: 500"]
<tbody>[TR]
[TD]543 Germany[/TD]
[/TR]
[TR]
[TD]09235035Germany333[/TD]
[/TR]
[TR]
[TD]South Africa fjjdogjg sogj osidj[/TD]
[/TR]
[TR]
[TD]UK 034jhb 4ff[/TD]
[/TR]
[TR]
[TD]345Christmas Island3 k3k[/TD]
[/TR]
</tbody>[/TABLE]
I have the above cells in column A - I would like a formula that looks up value in cell A1[543 Germany] and says if it contains any words that is in the first column of "Table 1" then return the value next to it if it finds it... otherwise say "NO FIND" so the complete table will show:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Value:[/TD]
[TD]Formula result:[/TD]
[/TR]
[TR]
[TD]543 Germany[/TD]
[TD]Europe[/TD]
[/TR]
[TR]
[TD]09235035Germany333[/TD]
[TD]Europe[/TD]
[/TR]
[TR]
[TD]South Africa fjjdogjg sogj osidj[/TD]
[TD]Africa[/TD]
[/TR]
[TR]
[TD]UK 034jhb 4ff[/TD]
[TD]Europe[/TD]
[/TR]
[TR]
[TD]345Christmas Island3 k3k[/TD]
[TD]Asia[/TD]
[/TR]
[TR]
[TD]dfhrrhrhrhrhrdh[/TD]
[TD]NO FIND[/TD]
[/TR]
</tbody>[/TABLE]
Is this possible please? what formula do I put under the column formula result for it to return the correct values as above?
Appreciate any feedback on this
hope this makes sense
Thanks
Table1:
[TABLE="width: 500"]
<tbody>[TR]
[TD]UK[/TD]
[TD]Europe[/TD]
[/TR]
[TR]
[TD]France[/TD]
[TD]Europe[/TD]
[/TR]
[TR]
[TD]Germany[/TD]
[TD]Europe[/TD]
[/TR]
[TR]
[TD]India[/TD]
[TD]Asia[/TD]
[/TR]
[TR]
[TD]Christmas Island[/TD]
[TD]Asia[/TD]
[/TR]
[TR]
[TD]South Africa[/TD]
[TD]Africa[/TD]
[/TR]
</tbody>[/TABLE]
I have a question please:
[TABLE="width: 500"]
<tbody>[TR]
[TD]543 Germany[/TD]
[/TR]
[TR]
[TD]09235035Germany333[/TD]
[/TR]
[TR]
[TD]South Africa fjjdogjg sogj osidj[/TD]
[/TR]
[TR]
[TD]UK 034jhb 4ff[/TD]
[/TR]
[TR]
[TD]345Christmas Island3 k3k[/TD]
[/TR]
</tbody>[/TABLE]
I have the above cells in column A - I would like a formula that looks up value in cell A1[543 Germany] and says if it contains any words that is in the first column of "Table 1" then return the value next to it if it finds it... otherwise say "NO FIND" so the complete table will show:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Value:[/TD]
[TD]Formula result:[/TD]
[/TR]
[TR]
[TD]543 Germany[/TD]
[TD]Europe[/TD]
[/TR]
[TR]
[TD]09235035Germany333[/TD]
[TD]Europe[/TD]
[/TR]
[TR]
[TD]South Africa fjjdogjg sogj osidj[/TD]
[TD]Africa[/TD]
[/TR]
[TR]
[TD]UK 034jhb 4ff[/TD]
[TD]Europe[/TD]
[/TR]
[TR]
[TD]345Christmas Island3 k3k[/TD]
[TD]Asia[/TD]
[/TR]
[TR]
[TD]dfhrrhrhrhrhrdh[/TD]
[TD]NO FIND[/TD]
[/TR]
</tbody>[/TABLE]
Is this possible please? what formula do I put under the column formula result for it to return the correct values as above?
Appreciate any feedback on this
hope this makes sense
Thanks