Hello Experts
I have two sheets
Sheet 1
xxx123sad AAAA
dsfsdf124 BB
Sheet 2
123
124
126
I want a formula in sheet2 column B to return the corresponding value in sheet 1 if sheet 2!columnA is found in the string in sheet 1!column A.
**************************
The result should be
Sheet 2
123 AAAA
126 (empty since 126 cannot be found in sheet1!A column)
124 BB
I used sumproduct but cannot combine it with vlookup. Please help. Thank you. I would prefer not to use array if possible.
I have two sheets
Sheet 1
xxx123sad AAAA
dsfsdf124 BB
Sheet 2
123
124
126
I want a formula in sheet2 column B to return the corresponding value in sheet 1 if sheet 2!columnA is found in the string in sheet 1!column A.
**************************
The result should be
Sheet 2
123 AAAA
126 (empty since 126 cannot be found in sheet1!A column)
124 BB
I used sumproduct but cannot combine it with vlookup. Please help. Thank you. I would prefer not to use array if possible.