Hello,
I have a WB with 2 sheets. Sheet1, column "O" is filled with almost identical statements but at the beginning of each statement has a different number pattern. Here's an example.
As you can see the words are the same but the leading numbers are all different.
In Sheet2 column "A", I have a column that has these same statements but without the numbers and column "B" has "Instructions" on how to fix each of these statements. On Sheet1 column "U" i have a vlookup returning the values found in Sheet2 column "B". This is not working because every statement has different leading numbers. I am trying to find a formula that will look on Sheet2 column "A", for a keyword or string, and then look in Sheet1 column "O" and return the value from Sheet2 column "B".
Keywords or strings I would use to search through the list above.
Any help would be great! Thanks.
I have a WB with 2 sheets. Sheet1, column "O" is filled with almost identical statements but at the beginning of each statement has a different number pattern. Here's an example.
Code:
17849 - 20140469 REPL CLI-UNIT ALREADY TRADED
17849 - 20140237 REPL CLI-UNIT ALREADY TRADED
17849 - 20140193 REPL CLI-UNIT ALREADY TRADED
17849 - 20140519 REPL CLI-UNIT ALREADY TRADED
20170227 116710LS LS0004FX M NO LEASE RATE ATTRIBUTE FOUND
20170210 116710LS LS0004FX M NO LEASE RATE ATTRIBUTE FOUND
LEASE RATE MUST BE FL OR FX
MULTIPLE LEASE RATES, CODE MANUALLY
20170106 116710LS LS0004FX M NO LEASE RATE ATTRIBUTE FOUND
20170106 116710LS LS0004FX L NO LEASE RATE ATTRIBUTE FOUND
20170320 17595LS LS0083FX E NO LEASE RATE ATTRIBUTE FOUND
LEASE RATE MUST BE FL OR FX
As you can see the words are the same but the leading numbers are all different.
In Sheet2 column "A", I have a column that has these same statements but without the numbers and column "B" has "Instructions" on how to fix each of these statements. On Sheet1 column "U" i have a vlookup returning the values found in Sheet2 column "B". This is not working because every statement has different leading numbers. I am trying to find a formula that will look on Sheet2 column "A", for a keyword or string, and then look in Sheet1 column "O" and return the value from Sheet2 column "B".
Keywords or strings I would use to search through the list above.
Code:
REPL CLI-UNIT ALREADY TRADED
NO LEASE RATE ATTRIBUTE FOUND
LEASE RATE MUST BE FL OR FX
MULTIPLE LEASE RATES, CODE MANUALLY
Any help would be great! Thanks.