waynedbrain
New Member
- Joined
- Apr 2, 2011
- Messages
- 3
Hi, This is my first post in mr excel, thanks to them they have such forum to share best practices.
I need help in one of my worksheet, i am no good in vba so i prefer formulas. Here is the scenario:
I have a list of words in column C and a set of long strings in column A. Results should reflect in column B.
So, i need a formula in column B to that would check whether eg. A1 contain one of the words in column C and show which word was found.
Column A contains
A1 the quick brown fox jumps over
A2 wayne is ugly and wasted
A3 I love cars and they
A4 Hunt the horse.
Column C contains
C1 wayne
C2 horse
C3 fox
C4 cars
Therefore, expected results should B
B1 fox
B2 wayne
B3 cars
B4 horse
Hope you can help me on this. Thanks peeps.
I need help in one of my worksheet, i am no good in vba so i prefer formulas. Here is the scenario:
I have a list of words in column C and a set of long strings in column A. Results should reflect in column B.
So, i need a formula in column B to that would check whether eg. A1 contain one of the words in column C and show which word was found.
Column A contains
A1 the quick brown fox jumps over
A2 wayne is ugly and wasted
A3 I love cars and they
A4 Hunt the horse.
Column C contains
C1 wayne
C2 horse
C3 fox
C4 cars
Therefore, expected results should B
B1 fox
B2 wayne
B3 cars
B4 horse
Hope you can help me on this. Thanks peeps.